Skip to content

Commit

Permalink
@
Browse files Browse the repository at this point in the history
  • Loading branch information
blast-hardcheese committed Dec 23, 2023
1 parent 4fa31a6 commit d7eee15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/current-pr-labels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module_name="$1"
gh_api() {
path="$1"; shift
echo "ABOUT TO REQUEST https://api.github.com/$path" >&2
echo "GITHUB_TOKEN length: $(echo "$GITHUB_TOKEN" | wc -c)"
echo "GITHUB_TOKEN length: $(echo -n "$GITHUB_TOKEN" | wc -c)" >&2

token_args=()
if [ -n "${GITHUB_TOKEN}" ]; then
Expand Down

0 comments on commit d7eee15

Please sign in to comment.