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 3c18931 commit 57a5ed1Copy full SHA for 57a5ed1
action.yaml
@@ -33,7 +33,7 @@ runs:
33
echo "Org name is: ${ORG_NAME}"
34
echo "${ORG_NAME}" > org-name.txt
35
echo "Fetching repos for organization: ${{ inputs.org }}"
36
- gh api --paginate "orgs/$ORG_NAME/repos" --jq '.[].full_name' > repo-list.txt
+ gh api --paginate "orgs/$ORG_NAME/repos" --jq '.[].name' > repo-list.txt
37
echo "Repos written to repo-list.txt"
38
39
- name: Print out all repos in file
0 commit comments