Skip to content

Commit ed3cce3

Browse files
committed
Fix syntax
1 parent 497dc15 commit ed3cce3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ on:
3333
jobs:
3434
get-sha:
3535
runs-on: ubuntu-latest
36-
if: github.actor != 'dependabot[bot]'
36+
if: ${{ github.actor != 'dependabot[bot]' }}
3737
outputs:
3838
gitRef: ${{steps.calculate.outputs.ref}}
3939
steps:

0 commit comments

Comments
 (0)