Skip to content

Commit 57a5ed1

Browse files
committed
switch to only repo name instead of full name
Signed-off-by: Andrew Brandt <[email protected]>
1 parent 3c18931 commit 57a5ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
echo "Org name is: ${ORG_NAME}"
3434
echo "${ORG_NAME}" > org-name.txt
3535
echo "Fetching repos for organization: ${{ inputs.org }}"
36-
gh api --paginate "orgs/$ORG_NAME/repos" --jq '.[].full_name' > repo-list.txt
36+
gh api --paginate "orgs/$ORG_NAME/repos" --jq '.[].name' > repo-list.txt
3737
echo "Repos written to repo-list.txt"
3838
3939
- name: Print out all repos in file

0 commit comments

Comments
 (0)