We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0ac23 commit efe6245Copy full SHA for efe6245
1 file changed
.github/workflows/nightly-contract-tests.yml
@@ -43,7 +43,7 @@ jobs:
43
- nightly-contract-tests
44
steps:
45
- name: Send Slack notification
46
- uses: slackapi/slack-github-action@8eec7b3b943e15be5302493bb90a15bafa6973c6 # v2.1.0
+ uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
47
with:
48
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
49
webhook-type: incoming-webhook
@@ -73,7 +73,7 @@ jobs:
73
if: ${{ inputs.test_slack_notification == true || inputs.test_slack_notification == 'true' }}
74
75
- name: Send test Slack notification
76
- uses: slackapi/slack-github-action@v2.1.0
77
78
79
0 commit comments