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 5568c30 commit ebaebbdCopy full SHA for ebaebbd
entrypoint.sh
@@ -49,5 +49,5 @@ echo ::set-output name=report-name::"$report_name_escaped" #to provide a global
49
50
# report non zero exit code if any failure or error detected
51
if "$fail" == "true";then
52
- ./detection.sh "$results"
+ /detection.sh "$results"
53
fi
0 commit comments