Skip to content

Commit

Permalink
Update github-repo-stats.yml workflow
Browse files Browse the repository at this point in the history
Fix "Unable to process file command 'output' successfully." issue 🤞

Signed-off-by: James Taylor <[email protected]>
  • Loading branch information
jt-nti committed Dec 13, 2024
1 parent 75c0cf5 commit d88b638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-repo-stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d88b638

Please sign in to comment.