Skip to content

Commit

Permalink
build(build-push): update summary header
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Sep 5, 2023
1 parent f3f7700 commit 4010934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ runs:
- name: 'Report'
shell: bash
run: |
header="## Build and push `${{ inputs.image }}` summary"
header="## Build summary"
status="${{ steps.build-push.outcome == 'success' && '✅' || '❌' }}"
if [[ ! -f $GITHUB_STEP_SUMMARY || ! $(grep -q "$header" $GITHUB_STEP_SUMMARY) ]]; then
Expand Down

0 comments on commit 4010934

Please sign in to comment.