We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f22c8 commit 20141c5Copy full SHA for 20141c5
1 file changed
test-sdc.sh
@@ -171,8 +171,12 @@ elif [[ "$1" == "implement-cowsay" ]]; then
171
all_ok=false
172
fi
173
174
- if [[ "${all_ok}" == "true" && -v GITHUB_OUTPUT ]]; then
175
- echo "complete=y" >> "$GITHUB_OUTPUT"
+ if [ -v GITHUB_OUTPUT ]; then
+ if [[ "${all_ok}" == "true" && ]]; then
176
+ echo "complete=y" >> "$GITHUB_OUTPUT"
177
+ else
178
+ echo "Your implementation passed all checks." >> testoutput.txt
179
+ fi
180
181
182
0 commit comments