Skip to content

Commit

Permalink
misspelled workflow filename (ugh)
Browse files Browse the repository at this point in the history
  • Loading branch information
apastel committed May 12, 2024
1 parent 8ad7933 commit 17e23aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
with:
github-token: ${{ github.token }}
script: |
await github.actions.createWorkflowDispatch({
github.rest.actions.createWorkflowDispatch({
owner: 'apastel',
repo: 'ytmusic-deleter',
workflow_id: 'release.yaml',
workflow_id: 'release.yml',
ref: '${{ inputs.revision }}'
})

0 comments on commit 17e23aa

Please sign in to comment.