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 bc23e83 commit a19ef5cCopy full SHA for a19ef5c
1 file changed
test-sdc.sh
@@ -172,7 +172,7 @@ elif [[ "$1" == "implement-cowsay" ]]; then
172
fi
173
174
if [ -v GITHUB_OUTPUT ]; then
175
- if [[ "${all_ok}" == "true" && ]]; then
+ if [[ "${all_ok}" == "true" ]]; then
176
echo "complete=y" >> "$GITHUB_OUTPUT"
177
else
178
echo "Your implementation passed all checks." >> testoutput.txt
0 commit comments