From d88b6388ad1b69c56eb23ff9b6204e06f1b4169a Mon Sep 17 00:00:00 2001 From: James Taylor Date: Fri, 13 Dec 2024 14:34:57 +0000 Subject: [PATCH] Update github-repo-stats.yml workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix "Unable to process file command 'output' successfully." issue 🤞 Signed-off-by: James Taylor --- .github/workflows/github-repo-stats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: