Skip to content

Commit 95d5bb1

Browse files
committed
Quote this parameter.
1 parent 253e168 commit 95d5bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-built-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
# Request Installation Access Token
9898
ACCESS_TOKEN=$(curl -s -X POST -H "Authorization: Bearer $JWT" \
9999
-H "Accept: application/vnd.github.v3+json" \
100-
https://api.github.com/app/installations/$INSTALLATION_ID/access_tokens | jq -r '.token')
100+
"https://api.github.com/app/installations/$INSTALLATION_ID/access_tokens" | jq -r '.token')
101101
102102
echo "ACCESS_TOKEN=$ACCESS_TOKEN" >> "$GITHUB_ENV"
103103

0 commit comments

Comments
 (0)