Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Dec 11, 2023
1 parent 955ef69 commit 94082aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ outputs:
value: ${{ steps.affected.outputs.affected }}
has-affected-stacks:
description: Whether there are affected stacks
value: ${{ steps.affected.outputs.affected != '[]' && steps.affected.outputs.affected != '' }}
value: ${{ steps.matrix.outputs.matrix != '{"include":[]}' }}
matrix:
description: A matrix suitable for use for GitHub Actions of the affected stacks
value: ${{ steps.matrix.outputs.matrix }}
Expand Down

0 comments on commit 94082aa

Please sign in to comment.