We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f795697 commit 0ae2400Copy full SHA for 0ae2400
action.yml
@@ -132,7 +132,7 @@ runs:
132
fi
133
134
# Try to verify the downloaded binary
135
- if ! grep coveralls-linux.tar.gz coveralls-checksums.txt | sha256sum --check; then
+ if ! grep coveralls-linux.tar.gz coveralls-checksums.txt | sha256sum -c; then
136
echo "Checksum verification failed (Linux)."
137
[ "${{ inputs.fail-on-error }}" == "false" ] && exit 0
138
exit 1
0 commit comments