Skip to content

Commit

Permalink
fix: misstype in generic-rake release event name
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Aug 2, 2024
1 parent 46ad2d3 commit d3edde6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generic-rake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ jobs:
with:
token: ${{ secrets.pat_token || github.token }}
repository: ${{ github.repository }}
event-type: ${{ inputs.elease-event }}
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "type": "${{ inputs.elease-event }}"}'
event-type: ${{ inputs.release-event }}
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "type": "${{ inputs.release-event }}"}'

0 comments on commit d3edde6

Please sign in to comment.