Skip to content

Commit

Permalink
remove incorrect ref to input var
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Sep 27, 2024
1 parent 46a9d6b commit 6fc15c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Read inputs
id: getinputs
run: |
echo "INPUTS_IGNORE=${{ github.event.inputs.use_ignore }}" >> $GITHUB_OUTPUT
echo "INPUTS_IGNORE=${{ inputs.use_ignore }}" >> $GITHUB_OUTPUT
- run: echo "use_ignore is ${{ steps.getinputs.outputs.INPUTS_IGNORE }}."

Expand Down

0 comments on commit 6fc15c0

Please sign in to comment.