Skip to content

Commit 20b2b02

Browse files
authored
Update slackprnotification.yml
1 parent cda4b6a commit 20b2b02

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_NUMBER : ${{ github.event.pull_request.number }}
1515
PULL_REQUEST_TITLE : ${{ github.event.pull_request.title }}
1616
PULL_REQUEST_AUTHOR_NAME : ${{ github.event.pull_request.user.login }}

0 commit comments

Comments
 (0)