Skip to content

Commit 7ed7a69

Browse files
committed
set default for use_ignore to 'check'
1 parent 51dfd49 commit 7ed7a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/daily-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Read inputs
5656
id: getinputs
5757
run: |
58-
echo "INPUTS_IGNORE=${{ inputs.use_ignore }}" >> $GITHUB_OUTPUT
58+
echo "INPUTS_IGNORE=${{ inputs.use_ignore || 'check' }}" >> $GITHUB_OUTPUT
5959
6060
- run: echo "use_ignore is ${{ steps.getinputs.outputs.INPUTS_IGNORE }}."
6161

0 commit comments

Comments
 (0)