diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index fe28112c..75163b89 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -39,7 +39,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.5.2 - name: Remove 'stale' label - run: gh issue edit ${{ github.event.issue.number }} --remove-label $stale_label + run: gh issue edit ${{ github.event.issue.number }} --remove-label "$stale_label" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}