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

Commit f72b20d

Browse files
authored
Don't print the whole API response
Since it can contain potentially bad instructions for GitHub Actions Runner that can mess up environment
1 parent b58fa7b commit f72b20d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

entrypoint.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ fi
5151

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

0 commit comments

Comments
 (0)