We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5205d1 commit 4c0e537Copy full SHA for 4c0e537
FetchGHSponsors/action.yml
@@ -14,7 +14,7 @@ runs:
14
}
15
}'
16
17
- echo "Token length: ${#GH_TOKEN}"
+ echo "Token length: ${#GH_TOKEN}"
18
19
RESP=$(curl -s https://api.github.com/graphql \
20
-H "Authorization: Bearer $GH_TOKEN" \
0 commit comments