Skip to content

Commit

Permalink
Update github-repo-stats.yml workflow
Browse files Browse the repository at this point in the history
Fix repos json output

Signed-off-by: James Taylor <[email protected]>
  • Loading branch information
jt-nti committed Dec 6, 2024
1 parent 90a00b0 commit 1c08455
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 @@ -20,7 +20,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
gh search repos --owner=cicsdev --visibility=public --archived=false --limit=99 --json=name --jq=[.[].name] >> "$GITHUB_OUTPUT"
echo "repos=$(gh search repos --owner=cicsdev --visibility=public --archived=false --limit=99 --json=name --jq=[.[].name])" >> "$GITHUB_OUTPUT"
run-ghrs-with-matrix:
name: github-repo-stats
Expand Down

0 comments on commit 1c08455

Please sign in to comment.