File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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' }}
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' }}
You can’t perform that action at this time.
0 commit comments