Skip to content

Commit

Permalink
add POEM prefix in slack action
Browse files Browse the repository at this point in the history
  • Loading branch information
swryan committed Nov 29, 2023
1 parent f4ed57c commit 39948e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_integrated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
status: ${{ job.status }}
message: |
Status of ${{ github.event.inputs.poem_integrated }} was transitioned to `Integrated`.
Status of POEM_${{ github.event.inputs.poem_integrated }} was transitioned to `Integrated`.
${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
if: success()

Expand All @@ -58,6 +58,6 @@ jobs:
webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
status: ${{ job.status }}
message: |
Status of ${{ github.event.inputs.poem_integrated }} WAS NOT transitioned to `Integrated`.
Status of POEM_${{ github.event.inputs.poem_integrated }} WAS NOT transitioned to `Integrated`.
${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
if: failure()

0 comments on commit 39948e6

Please sign in to comment.