Skip to content

Commit

Permalink
Added summary
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Jan 12, 2024
1 parent 6ab5bcc commit c74aa7f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ runs:
affected=$(jq -c '.' affected-stacks.json)
printf "%s" "affected=$affected" >> $GITHUB_OUTPUT
- name: No changes summary
if: ${{ steps.affected.outputs.affected == '[]' }}
shell: bash
run: |-
cat ${{ github.action_path }}/assets/summary.md >> $GITHUB_STEP_SUMMARY
- uses: cloudposse/github-action-matrix-extended@v0
id: matrix
with:
Expand Down
2 changes: 2 additions & 0 deletions assets/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
> [!TIP]
> Everything is up-to-date. No stacks were affected

0 comments on commit c74aa7f

Please sign in to comment.