Skip to content

Commit

Permalink
try fix for repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-mm committed Oct 30, 2023
1 parent 04e1d51 commit e36717f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ runs:
# )
# 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 }}\") {description}}'
query='query { repository(owner: \"${{ github.repository_owner }}\", name: \"${{ github.repository#*/ }}\") {description}}'
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 e36717f

Please sign in to comment.