From 933674bc72083868ce0a9ad23310ecc0fa05277c Mon Sep 17 00:00:00 2001 From: alexbainter Date: Mon, 13 May 2024 14:02:50 -0500 Subject: [PATCH] Fix portmap notification workflow --- .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 4fb6760..ea7d48f 100644 --- a/.github/workflows/notify-portmap.yml +++ b/.github/workflows/notify-portmap.yml @@ -15,5 +15,5 @@ jobs: # GitHub personal access token. # See action description for instructions and requirements. token: ${{ secrets.PORTMAP_REPOSITORY_DISPATCH_PAT }} - repsoitory: dtinit/portmap + repository: dtinit/portmap event-type: content_update