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 2aaf44c commit 19482acCopy full SHA for 19482ac
.github/workflows/issue-notification.yml
@@ -10,7 +10,7 @@ jobs:
10
if: github.event_name == 'issues'
11
uses: aws/aws-cryptographic-material-providers-library/.github/workflows/slack-notification.yml@main
12
with:
13
- message: "New github issue `${{ github.event.issue.title }}`. Link: ${{ github.event.issue.html_url }}"
+ message: "New github issue `${{ github.event.issue.title }}`. Link: ${{ github.event.issue.html_url }}"
14
secrets:
15
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_GHI }}
16
@@ -20,4 +20,4 @@ jobs:
20
21
message: "New comment on issue `${{ github.event.issue.title }}`. Link: ${{ github.event.comment.html_url }}"
22
23
- SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_GHI }}
+ SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_GHI }}
0 commit comments