Skip to content

Commit

Permalink
And another tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
pingevt committed Sep 15, 2024
1 parent 56c7ae4 commit a50d847
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testing-slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
# See also: https://api.slack.com/methods/chat.postMessage#channels
channel-id: 'C07MUHXPX97'
payload-file-path: "./payload.json"
payload-file-path-parsed: false
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

Expand Down Expand Up @@ -92,6 +93,7 @@ jobs:
channel-id: "C07MUHXPX97"
update-ts: ${{ needs.initial_msg.outputs.slack_msg_ts }}
payload-file-path: "./payload.json"
payload-file-path-parsed: false
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

Expand Down Expand Up @@ -140,7 +142,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "${{ github.actor }} started the process on ${{ github.ref_name }}. Run # ${{ github.ref_name }}. ${{ steps.context.outputs.job_log_url }}"
"text": "${{ github.actor }} started the process on ${{ github.ref_name }}. Run # ${{ github.run_number }}. ${{ steps.context.outputs.job_log_url }}"
}
}
]
Expand Down

0 comments on commit a50d847

Please sign in to comment.