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 2369bbd commit 6fef40cCopy full SHA for 6fef40c
.github/workflows/e2e.yaml
@@ -48,7 +48,7 @@ jobs:
48
run: make e2e-verbose
49
- name: Notify on Failure
50
id: slack-notification
51
- uses: slackapi/slack-github-action485a9d42d3a73031f12ec201c457e2162c45d02d
+ uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d
52
if: ${{ github.ref_name == 'main' && github.event_name == 'schedule' && always() }}
53
with:
54
# Slack channel id, channel name, or user id to post message.
0 commit comments