From 7689b6c181afe84e97deb3a2832606acf6454dab Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 13 Oct 2025 11:13:22 +0200 Subject: [PATCH] fix(ci): unxecpected token in issue close workflow --- .github/workflows/issue-closed-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-closed-comment.yml b/.github/workflows/issue-closed-comment.yml index 079cc1cb2..0137ef645 100644 --- a/.github/workflows/issue-closed-comment.yml +++ b/.github/workflows/issue-closed-comment.yml @@ -117,7 +117,7 @@ jobs: ? `#${closingPR.number}` : `[\`${commitSha.substring(0, 7)}\`](${commitUrl})` - const comment = `This issue has been fixed in ${closedRef}, please check with the next unstable build (should be ready for deployment in ~30min, also on [the demo](https://try.vikunja.io).` + const comment = `This issue has been fixed in ${closedRef}, please check with the next unstable build (should be ready for deployment in ~30min, also on [the demo](https://try.vikunja.io)).` await github.rest.issues.createComment({ owner: context.repo.owner,