Skip to content

Commit e00c150

Browse files
committed
test konflux update
Signed-off-by: Coleen Iona Quadros <[email protected]>
1 parent 92f8ea6 commit e00c150

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/merge-acm-flow.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ jobs:
291291
fi
292292
echo "konflux pr exists: ${{ steps.konflux-pr-exists.outputs.konflux_pr_exists }}"
293293
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
295295
fi
296296
- uses: 8398a7/action-slack@v3
297297
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:
317317
custom_payload: |
318318
{
319319
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 }}**`,
322322
}]
323323
}
324324
env:

0 commit comments

Comments
 (0)