Skip to content

Commit

Permalink
Send correct notification variable GITHUB_EVENT_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
Stezido committed Sep 22, 2021
1 parent f53981b commit d81d1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notification/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d81d1b2

Please sign in to comment.