Skip to content

Commit b246caa

Browse files
committed
fixup
1 parent b7d93de commit b246caa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,9 @@ jobs:
147147
run: |-
148148
actual='${{ steps.sample.outputs.what }}'
149149
if [[ "$actual" != 'thing' ]]; then
150-
echo >&2 "The output from \`sample\` was wrong. Wanted \`thing\` but got \`${actual}\`"
151-
exit 1
150+
echo >&2 "The output from \`sample\` was wrong. Wanted \`thing\` but got \`${actual}\`"
151+
exit 1
152+
fi
152153
153154
154155
all_ci_tests:

0 commit comments

Comments
 (0)