diff --git a/.github/workflows/github-repo-stats.yml b/.github/workflows/github-repo-stats.yml index 4c1e160e97..0e81137a11 100644 --- a/.github/workflows/github-repo-stats.yml +++ b/.github/workflows/github-repo-stats.yml @@ -25,7 +25,7 @@ jobs: -H "Accept: application/vnd.github+json" \ -H "X-GitHub-Api-Version: 2022-11-28" \ "/orgs/cicsdev/repos?type=public&per_page=100&sort=updated&direction=desc" | \ - jq '[.[] | select(.archived==false) | .full_name]') + jq -c '[.[] | select(.archived==false) | .full_name]') echo "repos=$REPOS" >> "$GITHUB_OUTPUT" run-ghrs-with-matrix: