mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-02-01 22:47:40 +00:00
fix(ci): unxecpected token in issue close workflow
This commit is contained in:
2
.github/workflows/issue-closed-comment.yml
vendored
2
.github/workflows/issue-closed-comment.yml
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user