Skip to content

Commit

Permalink
fix: pipe logic
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Leach <[email protected]>
  • Loading branch information
jleach committed Oct 25, 2024
1 parent 17b56ac commit 0c18185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions/early-exit-check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
if [ $change_count -gt 0 ]; then
# A result greater than 0 means there are changes
# in the specified directories.
echo "result=zz" >> $GITHUB_OUTPUT
echo "result=true" >> $GITHUB_OUTPUT
else
echo "result=xx" >> $GITHUB_OUTPUT
echo "result=false" >> $GITHUB_OUTPUT
fi

0 comments on commit 0c18185

Please sign in to comment.