fix(ci): unxecpected token in issue close workflow

This commit is contained in:
kolaente
2025-10-13 11:13:22 +02:00
parent c8837aeaeb
commit 7689b6c181

View File

@@ -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,