Skip to content

Commit

Permalink
Fix the dispatch event call
Browse files Browse the repository at this point in the history
  • Loading branch information
matiaskorhonen committed Jun 7, 2024
1 parent b1534ab commit 1870d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
with:
github-token: ${{ secrets.PAT }}
script: |
github.rest.actions.createDispatchEvent({
github.rest.repos.createDispatchEvent({
owner: "matiaskorhonen",
repo: "homebrew-paper-age",
event_type: "Update Homebrew Formula",
Expand Down

0 comments on commit 1870d85

Please sign in to comment.