Skip to content

Commit

Permalink
Use the inputs, not the event inputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Jan 19, 2024
1 parent d37b5ef commit d3950e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
uses: ietf-tools/semver-action@40241438953247adba0bb977f78b4ba092ec9b83 # v1.7.1
with:
token: ${{ github.token }}
branch: ${{ github.event.inputs.branch }}
patchList: ${{ github.event.inputs.patch-list }}
branch: ${{ inputs.branch }}
patchList: ${{ inputs.patch-list }}
noVersionBumpBehavior: silent
noNewCommitBehavior: silent

Expand Down

0 comments on commit d3950e6

Please sign in to comment.