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 6390e2c commit 30564feCopy full SHA for 30564fe
entrypoint.sh
@@ -26,7 +26,7 @@ run_commit_check(){
26
fi
27
28
echo "commit-check $args"
29
- commit-check "$args" > result.txt
+ commit-check $args > result.txt
30
ret_code=$?
31
}
32
0 commit comments