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 0be75ca commit bfc22acCopy full SHA for bfc22ac
2 files changed
.github/actions/release-slack-bot/action.yml
@@ -11,7 +11,7 @@ runs:
11
using: "composite"
12
steps:
13
# TODO: use python exec instead
14
- - uses: slackapi/slack-github-action@v2.1.0
+ - uses: slackapi/slack-github-action@v2.1.1
15
with:
16
method: chat.postMessage
17
token: ${{ inputs.slack-token }}
.github/workflows/test.yml
@@ -145,7 +145,7 @@ jobs:
145
codecov_token: ${{ secrets.CODECOV_TOKEN }}
146
147
- name: Notify parse tests failure
148
- uses: slackapi/slack-github-action@v2.1.0
+ uses: slackapi/slack-github-action@v2.1.1
149
if: failure() && github.event_name == 'push' && false
150
151
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
0 commit comments