Skip to content

Commit ac68222

Browse files
committed
fix linter error
1 parent bf0adaa commit ac68222

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/centralized-stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
GH_TOKEN: '${{ steps.mint-github-token.outputs.token }}'
4444
run: |
4545
# Query GitHub API for active, public, non-forked repositories and force single-line JSON to prevent GITHUB_OUTPUT truncation
46-
REPOS=$(gh api --paginate /orgs/google-github-actions/repos | jq -s 'add | [.[] | select(.archived == false and .private == false and .fork == false) | .name]' -c)
47-
echo "repos=${REPOS}" >> "$GITHUB_OUTPUT"
46+
REPOS=$(gh api --paginate /orgs/google-github-actions/repos | jq -s 'add | [.[] | select(.archived == false and .private == false and .fork == false) | .name]' -c)
47+
echo "repos=${REPOS}" >> "$GITHUB_OUTPUT"
4848
4949
# Stage 2: Fan out official actions/stale across all discovered repositories
5050
apply-stale-rules:

0 commit comments

Comments
 (0)