Skip to content

Commit cec6c0b

Browse files
authored
removed the debug and added the exit code back
I removed the --debug form action.yaml and added the exit code "; echo $?" back in.
1 parent 0d62989 commit cec6c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ runs:
2525
BH_API_KEY: ${{ inputs.securestack_api_key }}
2626
BH_APP_ID: ${{ inputs.securestack_app_id }}
2727
BH_SEVERITY: ${{ inputs.severity }}
28-
run: docker run -e BH_API_KEY -e BH_APP_ID -e BH_SEVERITY -v $GITHUB_WORKSPACE:/github/workspace securestackau/bloodhound-cli code -t java -a $BH_APP_ID --debug
28+
run: docker run -e BH_API_KEY -e BH_APP_ID -e BH_SEVERITY -v $GITHUB_WORKSPACE:/github/workspace securestackau/bloodhound-cli code -t java -a $BH_APP_ID; echo $?

0 commit comments

Comments
 (0)