We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c0cf5 commit d88b638Copy full SHA for d88b638
.github/workflows/github-repo-stats.yml
@@ -25,7 +25,7 @@ jobs:
25
-H "Accept: application/vnd.github+json" \
26
-H "X-GitHub-Api-Version: 2022-11-28" \
27
"/orgs/cicsdev/repos?type=public&per_page=100&sort=updated&direction=desc" | \
28
- jq '[.[] | select(.archived==false) | .full_name]')
+ jq -c '[.[] | select(.archived==false) | .full_name]')
29
echo "repos=$REPOS" >> "$GITHUB_OUTPUT"
30
31
run-ghrs-with-matrix:
0 commit comments