We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda4b6a commit 20b2b02Copy full SHA for 20b2b02
.github/workflows/slackprnotification.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- name: Notify slack pr open
12
env:
13
- SLACK_WEBHOOK_URL : ${{ secrets.CLI_TEAM_SLACK_WEBHOOK_URL }}
+ WEBHOOK_URL : ${{ secrets.CLI_TEAM_SLACK_WEBHOOK_URL }}
14
PULL_REQUEST_NUMBER : ${{ github.event.pull_request.number }}
15
PULL_REQUEST_TITLE : ${{ github.event.pull_request.title }}
16
PULL_REQUEST_AUTHOR_NAME : ${{ github.event.pull_request.user.login }}
0 commit comments