We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51dfd49 commit 7ed7a69Copy full SHA for 7ed7a69
.github/workflows/daily-build.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Read inputs
56
id: getinputs
57
run: |
58
- echo "INPUTS_IGNORE=${{ inputs.use_ignore }}" >> $GITHUB_OUTPUT
+ echo "INPUTS_IGNORE=${{ inputs.use_ignore || 'check' }}" >> $GITHUB_OUTPUT
59
60
- run: echo "use_ignore is ${{ steps.getinputs.outputs.INPUTS_IGNORE }}."
61
0 commit comments