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 8e3b35f commit 374a7a5Copy full SHA for 374a7a5
.github/workflows/leak_detect.yml
@@ -35,6 +35,6 @@ jobs:
35
# See also: https://api.slack.com/methods/chat.postMessage#channels
36
channel-id: 'G01H7JP4AP2' # private channel
37
# For posting a simple plain text message
38
- slack-message: "Project ID LEAK DETECTED: ${{ job.status }}\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}"
+ slack-message: "@here Project ID LEAK DETECTED: ${{ job.status }}\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}"
39
env:
40
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} # can be found in https://api.slack.com/apps/
0 commit comments