Skip to content

Commit

Permalink
Correct inputs usage (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored Oct 3, 2024
1 parent 37379c1 commit 23b44fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
required: false
default: check
pull_request:
branches: [ "master" ]
branches: [ "hdfview-3-1_14" ]

permissions:
contents: read
Expand Down Expand Up @@ -69,7 +69,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 23b44fb

Please sign in to comment.