Skip to content

Commit

Permalink
Fix repository-dispatch action reference
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbainter committed May 13, 2024
1 parent 0ab06c7 commit 248fe4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify-portmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Send repository_dispatch
uses: peter-evans/repository_dispatch@v3
uses: peter-evans/repository-dispatch@v3
with:
# GitHub personal access token.
# See action description for instructions and requirements.
Expand Down

0 comments on commit 248fe4f

Please sign in to comment.