Skip to content

Commit 54e700b

Browse files
committed
if: ${{ always() }}
1 parent 3d798d5 commit 54e700b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on-droneci-complete.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
# Need to update commit status manually, or the result won't be visible within the PR:
2929
- uses: actions/github-script@v7
30-
if: always()
30+
if: ${{ always() }}
3131
with:
3232
script: |
3333
await github.rest.repos.createCommitStatus({
@@ -50,7 +50,7 @@ jobs:
5050
5151
# Need to update commit status manually, or the result won't be visible within the PR:
5252
- uses: actions/github-script@v7
53-
if: always()
53+
if: ${{ always() }}
5454
with:
5555
script: |
5656
await github.rest.repos.createCommitStatus({

0 commit comments

Comments
 (0)