Skip to content

Commit

Permalink
Merge pull request #338 from gm3dmo/urlly
Browse files Browse the repository at this point in the history
Adding graphql script
  • Loading branch information
gm3dmo authored Feb 27, 2025
2 parents 7d7864a + b214b96 commit 84d7938
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion graphql-list-repository-release-assets.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
. ./.gh-api-examples.conf

# https://docs.github.com/en/graphql/reference/objects#repository
# https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/objects#releaseasset
# https://docs.github.com/en/enterprise-cloud@latest/graphql/reference/objects#release

# Copilot generated this script in a few seconds.

read -r -d '' graphql_script <<- EOF
{
Expand Down

0 comments on commit 84d7938

Please sign in to comment.