Skip to content

Commit 3def238

Browse files
authored
add matrix identifier to notifications (#548)
Signed-off-by: Jose R. Gonzalez <[email protected]>
1 parent 5cc33f5 commit 3def238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
slack-bot-user-oauth-access-token: ${{ secrets.SLACK_BOT_USER_OAUTH_ACCESS_TOKEN }}
8484
slack-channel: C02979BDUPL
85-
slack-text: Failure! CodeQL analysis for chart verifier. See '${{github.server_url}}/${{github.repository}}/actions/runs/${{github.run_id}}'
85+
slack-text: Failure! CodeQL analysis (${{ matrix.language }}) for chart verifier. See '${{github.server_url}}/${{github.repository}}/actions/runs/${{github.run_id}}'
8686

8787
- name: Result from "Send Message to helm_dev slack channel"
8888
if: ${{ always() && github.event_name == 'schedule' && steps.codeql-analysis.conclusion != 'success' }}
@@ -97,7 +97,7 @@ jobs:
9797
with:
9898
slack-bot-user-oauth-access-token: ${{ secrets.SLACK_BOT_USER_OAUTH_ACCESS_TOKEN }}
9999
slack-channel: C04K1ARMH8A
100-
slack-text: Success! CodeQL analysis for chart verifier. See '${{github.server_url}}/${{github.repository}}/actions/runs/${{github.run_id}}'
100+
slack-text: Success! CodeQL analysis (${{ matrix.language }}) for chart verifier. See '${{github.server_url}}/${{github.repository}}/actions/runs/${{github.run_id}}'
101101

102102
- name: Result from "Send Message to helm_notify slack channel"
103103
if: ${{ always() && github.event_name == 'schedule' && steps.codeql-analysis.conclusion == 'success' }}

0 commit comments

Comments
 (0)