Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Don't print the whole API response
Browse files Browse the repository at this point in the history
Since it can contain potentially bad instructions for GitHub Actions Runner that can mess up environment
  • Loading branch information
fkorotkov authored Nov 2, 2020
1 parent b58fa7b commit f72b20d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ fi

if [[ -z "$BASE_BRANCH" ]]; then
echo "Cannot get base branch information for PR #$PR_NUMBER!"
echo "API response: $pr_resp"
exit 1
fi

Expand Down

0 comments on commit f72b20d

Please sign in to comment.