Skip to content

Commit

Permalink
Merge pull request #5739 from gooddata/release-to-master
Browse files Browse the repository at this point in the history
Merge release into master
  • Loading branch information
huyenthanh09 authored Dec 23, 2024
2 parents 1a75113 + ec36d10 commit de714e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checklist-integrated-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,6 @@ jobs:
if: ${{ needs.setup-stage.outputs.send_message_to_slack_channel == 'true' }}
with:
channel-id: panther-checklist-testing
slack-message: "${{ steps.alls-green.outcome == 'success' && ':unicorn_face:' || ':robot_panic:' }} `checklist-SDK-${{ github.ref_name }}-branch: ` *${{ steps.alls-green.outcome == 'success' && 'success' || 'failed' }}*; please check *<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|the logs>*."
slack-message: "${{ steps.alls-green.outcome == 'success' && ':unicorn_face:' || ':robot_panic:' }} `checklist-SDK-${{ needs.setup-stage.outputs.git-revision }}-branch: ` *${{ steps.alls-green.outcome == 'success' && 'success' || 'failed' }}*; please check *<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|the logs>*."
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 comments on commit de714e4

Please sign in to comment.