We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58744fe commit c5e5db3Copy full SHA for c5e5db3
1 file changed
.github/workflows/notify_slack.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- name: Send issue notification to Slack
16
if: github.event_name == 'issues'
17
- uses: slackapi/slack-github-action@v3.0.1
+ uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
18
with:
19
webhook: ${{ secrets.SLACK_WEBHOOK_URL_ISSUE }}
20
webhook-type: incoming-webhook
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Send pull request notification to Slack
29
if: github.event_name == 'pull_request_target'
30
31
32
webhook: ${{ secrets.SLACK_WEBHOOK_URL_PR }}
33
0 commit comments