File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ jobs:
291
291
fi
292
292
echo "konflux pr exists: ${{ steps.konflux-pr-exists.outputs.konflux_pr_exists }}"
293
293
if [ "${{ steps.konflux-pr-exists.outputs.konflux_pr_exists }}" == "1" ]; then
294
- echo "konflux_message=New Konflux PRs present in ${{ inputs.downstream }}." >> $GITHUB_OUTPUT
294
+ echo "konflux_message=Unmerged Konflux PRs are present in ${{ inputs.downstream }}." >> $GITHUB_OUTPUT
295
295
fi
296
296
- uses : 8398a7/action-slack@v3
297
297
if : github.event_name != 'pull_request' && (success() || steps.fork-sync.outputs.status == 'uptodate' || steps.fork-sync.outputs.status == 'ahead' || steps.pr-exists.outputs.pr_exists == '1')
@@ -317,8 +317,8 @@ jobs:
317
317
custom_payload : |
318
318
{
319
319
attachments: [{
320
- color: 'good ',
321
- text: `${process.env.AS_WORKFLOW}\n ${{ steps.slack-message.outputs.konflux_message }}`,
320
+ color: 'danger ',
321
+ text: `** ${process.env.AS_WORKFLOW}\n ${{ steps.slack-message.outputs.konflux_message }}** `,
322
322
}]
323
323
}
324
324
env :
You can’t perform that action at this time.
0 commit comments