From e9a1fcec53b96ea3e64d0eb051fc1f304abfcd95 Mon Sep 17 00:00:00 2001 From: mhucka Date: Sun, 23 Feb 2025 20:23:28 -0800 Subject: [PATCH] wip --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index a02aac9ac4f..e192ad97b39 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -51,8 +51,8 @@ jobs: set -x issues=$(echo "${{env.exempt-issue-labels-list}}" | tr ' ' ',') prs=$(echo "${{env.exempt-pr-labels-list}}" | tr ' ' ',') - echo "exempt-issue-labels=\'$issues\'" >> "$GITHUB_OUTPUT" - echo "exempt-pr-labels=\'$prs\'" >> "$GITHUB_OUTPUT" + echo "exempt-issue-labels='$issues'" >> "$GITHUB_OUTPUT" + echo "exempt-pr-labels='$prs'" >> "$GITHUB_OUTPUT" - name: Label and/or close stale issues and/or PRs uses: actions/stale@v9