-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
read-all-custom-properties/action.yaml
Line 39 in 2a11db8
| gh api --paginate "orgs/$ORG_NAME/repos" --jq '.[].name' > repo-list.txt |
ARCHIVED_FLAG="false"
FORKS_FLAG="false"
if [[ "${INCLUDE_ARCH}" == "true" ]]; then
ARCHIVED_FLAG="true"
fi
if [[ "${INCLUDE_FORK}" == "true" ]]; then
FORKS_FLAG="true"
fi
gh search repos --archived="${ARCHIVED_FLAG}" --include-forks="${FORKS_FLAG}" --owner="${ORG_NAME}" --limit 1000 --json name --jq '.[] .name' > repo-list.txt
Metadata
Metadata
Assignees
Labels
No labels