From d81d1b2b98232e607a00d760a852a5648d7f2f44 Mon Sep 17 00:00:00 2001 From: Stezido Date: Thu, 23 Sep 2021 01:07:13 +0200 Subject: [PATCH] Send correct notification variable GITHUB_EVENT_NAME --- .github/workflows/notification/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notification/action.yml b/.github/workflows/notification/action.yml index f10a4bc5a..c1fde1332 100644 --- a/.github/workflows/notification/action.yml +++ b/.github/workflows/notification/action.yml @@ -22,7 +22,7 @@ runs: -F "variables[GITHUB_HEAD_BRANCH]=$GITHUB_HEAD_BRANCH" -F "variables[GITHUB_BASE_BRANCH]=$GITHUB_BASE_BRANCH" -F "variables[GITHUB_RUN_ID]=$GITHUB_RUN_ID" - -F "variables[GITHUB_EVENT_NAME]=$GITHUB_EVENT_NAME" + -F "variables[GITHUB_EVENT_NAME]=$GITHUB_EVENT_NAME-$GITHUB_BASE_BRANCH" -F "variables[GITHUB_PULL_REQUEST]=$GITHUB_PR_NUMBER" -F "variables[GITHUB_REPOSITORY]=$GITHUB_REPOSITORY" $WEBHOOK_URL > /dev/null