From eeb939f8a9edacca17911a8eaa844592b3d761e5 Mon Sep 17 00:00:00 2001 From: Simar Date: Tue, 28 Jun 2022 17:15:06 -0700 Subject: [PATCH] debug --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index 191e815..6e6c8ae 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -175,4 +175,5 @@ if [[ "${format}" == "github" ]] && [[ "$(echo $githubPAT | xargs)" != "" ]]; th curl -u "${githubPAT}" -H 'Content-Type: application/json' 'https://api.github.com/repos/'$GITHUB_REPOSITORY'/dependency-graph/snapshots' -d @./$(echo $output | xargs) fi +echo "returnCode: " $returnCode exit $returnCode