Skip to content

Commit

Permalink
Utilize workflow command for error echo (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinder-cfuller authored Mar 5, 2024
1 parent 602ece8 commit 79008fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
UNEXCLUDED=$(comm -23 <(echo "$SNAPSHOTS") <(echo "$EXCLUDED"))
if test -n "$UNEXCLUDED"
then
echo "ERROR: Snapshot directories must be excluded from Swift package:" >&2
echo "::error::Snapshot directories must be excluded from Swift package:" >&2
echo "$UNEXCLUDED" >&2
exit 1
fi
Expand Down

0 comments on commit 79008fe

Please sign in to comment.