Skip to content

Commit b39a2da

Browse files
authored
echo was-called
1 parent 1793109 commit b39a2da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
uses: actions/checkout@v2
3636
with:
3737
persist-credentials: false
38+
- run: echo ${{ inputs.was-called }}
3839
- if: ${{ inputs.was-called }} == 'yes'
3940
run: |
4041
git pull --rebase

0 commit comments

Comments
 (0)