Skip to content

Commit

Permalink
sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-mm committed Oct 30, 2023
1 parent 4f4b92a commit 512be74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ runs:
# }
# EOF
# )
query="query { repository(owner: \"${{ github.repository_owner }}\", name: \"${{ github.repository }}\") { issues(last:20, states:CLOSED) { edges { node { title url labels(first:5) { edges { node { name } } } } } } } }"
# query="query { repository(owner: \"${{ github.repository_owner }}\", name: \"${{ github.repository }}\") { issues(last:20, states:CLOSED) { edges { node { title url labels(first:5) { edges { node { name } } } } } } } }"
# query="query { viewer { login }}"
query="query { viewer { login }}"
echo "DMM---"
echo "$query"
RESPONSE=$(curl -H "Authorization: bearer ${{ github.token }}" -X POST -d "{\"query\":\"$query\"}" https://api.github.com/graphql)
Expand Down

0 comments on commit 512be74

Please sign in to comment.