diff --git a/.github/workflows/invalid.yml b/.github/workflows/invalid.yml index 5e0ad70a..e257704e 100644 --- a/.github/workflows/invalid.yml +++ b/.github/workflows/invalid.yml @@ -18,6 +18,6 @@ jobs: with: fetch-depth: 0 - name: Close Issue - run: gh issue close ${{ github.event.issue.number }} --comment "This issue has been labeled as `invalid`. This label is added to issues that are incomplete and do not provide enough information for us to help you. Please reach out if you have any questions or concerns." + run: gh issue close ${{ github.event.issue.number }} --comment "This issue has been labeled as invalid. This label is added to issues that are incomplete and do not provide enough information for us to help you. Please reach out if you have any questions or concerns." env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}