We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 996fbb9 commit 06f0dbfCopy full SHA for 06f0dbf
.github/actions/slack/action.yml
@@ -12,7 +12,7 @@ runs:
12
using: 'composite'
13
steps:
14
- name: Notify about failed test
15
- uses: slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 # v=v1.24.0
+ uses: slackapi/slack-github-action@47b1876080be991b1fc5ff91d384d0042e769e4e # v=v1.24.0
16
with:
17
channel-id: 'C015EBF2XB6'
18
slack-message: '${{ inputs.JOB_NAME }} job failed for ${{ github.base_ref }} branch failed on build ${{ github.event.after }}: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}'
0 commit comments