We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 936221e commit f4c6b70Copy full SHA for f4c6b70
.github/workflows/pre-release.yml
@@ -45,7 +45,7 @@ jobs:
45
runs-on: ubuntu-latest
46
steps:
47
- name: Notify Slack upon pre-release
48
- uses: slackapi/slack-github-action@v1.23.0
+ uses: slackapi/slack-github-action@v2.0.0
49
env:
50
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
51
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
43
44
- name: Notify Slack upon release
0 commit comments