Skip to content

Commit 4dd1c86

Browse files
authored
Update slackprnotification.yml
1 parent 2eaa8a0 commit 4dd1c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slackprnotification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- name: Notify slack pr open
1212
env:
13-
SLACK_WEBHOOK_URL : ${{ secrets.CLI_TEAM_SLACK_WEBHOOK_URL }}
13+
WEBHOOK_URL : ${{ secrets.CLI_TEAM_SLACK_WEBHOOK_URL }}
1414
PULL_REQUEST_AUTHOR_ICON_URL : ${{ github.event.pull_request.user.avatar_url }}
1515
PULL_REQUEST_AUTHOR_NAME : ${{ github.event.pull_request.user.login }}
1616
PULL_REQUEST_AUTHOR_PROFILE_URL: ${{ github.event.pull_request.user.html_url }}

0 commit comments

Comments
 (0)