Skip to content

Commit

Permalink
Add: better slack msg
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraggle committed Nov 28, 2024
1 parent ca092c5 commit dae343e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/slack-notify/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@ runs:
thread_ts: "${{ inputs.thread_ts }}"
text: |
❌ Build pipeline failed
Is blocked by channel topic: ${{ inputs.blocked || "n/a" }}
${{ inputs.blocked == 'true' && format('Is blocked by channel topic: {0}', inputs.blocked) }}
• Check logs: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View details>

0 comments on commit dae343e

Please sign in to comment.