Skip to content

Commit d88b638

Browse files
committed
Update github-repo-stats.yml workflow
Fix "Unable to process file command 'output' successfully." issue 🤞 Signed-off-by: James Taylor <[email protected]>
1 parent 75c0cf5 commit d88b638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-repo-stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
-H "Accept: application/vnd.github+json" \
2626
-H "X-GitHub-Api-Version: 2022-11-28" \
2727
"/orgs/cicsdev/repos?type=public&per_page=100&sort=updated&direction=desc" | \
28-
jq '[.[] | select(.archived==false) | .full_name]')
28+
jq -c '[.[] | select(.archived==false) | .full_name]')
2929
echo "repos=$REPOS" >> "$GITHUB_OUTPUT"
3030
3131
run-ghrs-with-matrix:

0 commit comments

Comments
 (0)