We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1793109 commit b39a2daCopy full SHA for b39a2da
.github/workflows/build.yml
@@ -35,6 +35,7 @@ jobs:
35
uses: actions/checkout@v2
36
with:
37
persist-credentials: false
38
+ - run: echo ${{ inputs.was-called }}
39
- if: ${{ inputs.was-called }} == 'yes'
40
run: |
41
git pull --rebase
0 commit comments