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 550c080 commit 11ffaaeCopy full SHA for 11ffaae
.github/workflows/pullrequest.yaml
@@ -29,7 +29,6 @@ jobs:
29
- name: Fetch GH Sponsors
30
env:
31
GH_TOKEN: ${{ secrets.SPONSORS_TOKEN }}
32
- GH_LOGIN: your-org
33
uses: ./FetchGHSponsors
34
35
- name: Setup .NET Core SDK
FetchGHSponsors/action.yml
@@ -16,7 +16,7 @@ runs:
16
RESP=$(curl -s https://api.github.com/graphql \
17
-H "Authorization: Bearer $GH_TOKEN" \
18
-H "Content-Type: application/json" \
19
- -d "{\"query\":\"$QUERY\",\"variables\":{\"login\":\"$GH_LOGIN\"}}")
+ -d "{\"query\":\"$QUERY\",\"variables\":{\"login\":\"MonoGame\"}}")
20
21
echo "=== Raw GraphQL response ==="
22
echo "$RESP"
0 commit comments