Skip to content

Commit 7e3290e

Browse files
committed
fix linter warning
1 parent 4e21ea3 commit 7e3290e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
- name: 'Run actionlint with reviewdog'
2020
uses: 'reviewdog/action-actionlint@6fb7acc99f4a1008869fa8a0f09cfca740837d9d' # ratchet:reviewdog/action-actionlint@v1.72.0
2121
with:
22-
fail_on_error: true
22+
fail_level: 'error'
2323
reporter: 'github-pr-check'

.github/workflows/centralized-stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
# Query GitHub API for active, public, non-forked repositories and force single-line JSON to prevent GITHUB_OUTPUT truncation
4646
REPOS=$(gh api --paginate /orgs/google-github-actions/repos -q '[.[] | select(.archived == false and .private == false and .fork == false) | .name]' | jq -c .)
47-
echo "repos=${REPOS}" >> $GITHUB_OUTPUT
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)