From 248fe4fe9819d45aa1683c8e54d4120286221be9 Mon Sep 17 00:00:00 2001 From: alexbainter Date: Mon, 13 May 2024 14:00:01 -0500 Subject: [PATCH] Fix repository-dispatch action reference --- .github/workflows/notify-portmap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify-portmap.yml b/.github/workflows/notify-portmap.yml index 9f5cfd0..4fb6760 100644 --- a/.github/workflows/notify-portmap.yml +++ b/.github/workflows/notify-portmap.yml @@ -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.