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 e14f619 commit 3c18931Copy full SHA for 3c18931
action.yaml
@@ -31,7 +31,7 @@ runs:
31
run: |
32
ORG_NAME=$(echo "$GITHUB_REPOSITORY" | cut -d'/' -f1)
33
echo "Org name is: ${ORG_NAME}"
34
- cat "${ORG_NAME}" > org-name.txt
+ 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
37
echo "Repos written to repo-list.txt"
0 commit comments