Skip to content

Commit

Permalink
Update close-incomplete-issues.yml (#25480)
Browse files Browse the repository at this point in the history
* Update close-incomplete-issues.yml

* Use single quotes
  • Loading branch information
queengooborg authored Dec 21, 2024
1 parent a630801 commit 0f1b62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close-incomplete-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
normalize-newlines: true
body-is-blank: true
- uses: queengooborg/invalid-issue-closer@v1.5.0
if: steps.spam-check.outputs.was-closed == "false"
if: steps.spam-check.outputs.was-closed == 'false'
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
labels: "invalid"
Expand Down

0 comments on commit 0f1b62c

Please sign in to comment.