Skip to content

Commit

Permalink
test konflux update
Browse files Browse the repository at this point in the history
Signed-off-by: Coleen Iona Quadros <[email protected]>
  • Loading branch information
coleenquadros committed Aug 8, 2024
1 parent 92f8ea6 commit e00c150
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/merge-acm-flow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ jobs:
fi
echo "konflux pr exists: ${{ steps.konflux-pr-exists.outputs.konflux_pr_exists }}"
if [ "${{ steps.konflux-pr-exists.outputs.konflux_pr_exists }}" == "1" ]; then
echo "konflux_message=New Konflux PRs present in ${{ inputs.downstream }}." >> $GITHUB_OUTPUT
echo "konflux_message=Unmerged Konflux PRs are present in ${{ inputs.downstream }}." >> $GITHUB_OUTPUT
fi
- uses: 8398a7/action-slack@v3
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')
Expand All @@ -317,8 +317,8 @@ jobs:
custom_payload: |
{
attachments: [{
color: 'good',
text: `${process.env.AS_WORKFLOW}\n ${{ steps.slack-message.outputs.konflux_message }}`,
color: 'danger',
text: `**${process.env.AS_WORKFLOW}\n ${{ steps.slack-message.outputs.konflux_message }}**`,
}]
}
env:
Expand Down

0 comments on commit e00c150

Please sign in to comment.