We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 497dc15 commit ed3cce3Copy full SHA for ed3cce3
1 file changed
.github/workflows/tests-integration.yml
@@ -33,7 +33,7 @@ on:
33
jobs:
34
get-sha:
35
runs-on: ubuntu-latest
36
- if: github.actor != 'dependabot[bot]'
+ if: ${{ github.actor != 'dependabot[bot]' }}
37
outputs:
38
gitRef: ${{steps.calculate.outputs.ref}}
39
steps:
0 commit comments