fix(ci): unxecpected token in issue close workflow
This commit is contained in:
parent
c8837aeaeb
commit
7689b6c181
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue