diff --git a/.github/workflows/issues-close-tech-support.yml b/.github/workflows/issues-close-tech-support.yml index 16ce06007e..e48e059d61 100644 --- a/.github/workflows/issues-close-tech-support.yml +++ b/.github/workflows/issues-close-tech-support.yml @@ -16,7 +16,7 @@ jobs: GitHub Issues is reserved for bug reports and feature requests, so tech support tickets are automatically closed. The fastest way to get help is to ask the community on [Discord](https://discord.gg/pRYNYr4W5A) — that's where most of the community lives and can help you in real time. " - + gh issue close "$ISSUE_URL" env: ISSUE_URL: https://github.com/actualbudget/actual/issues/${{ github.event.issue.number }}