]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
fix issue message
authorneil <github@neilpang.com>
Tue, 23 Aug 2022 14:19:10 +0000 (22:19 +0800)
committerneil <github@neilpang.com>
Tue, 23 Aug 2022 14:19:10 +0000 (22:19 +0800)
.github/workflows/issue.yml

index ab1b43e9284259f3974dbb23a434be957dca9d93..e92b0411a25bb3233da11912ed1093c25dfc15a9 100644 (file)
@@ -14,6 +14,6 @@ jobs:
               issue_number: context.issue.number,
               owner: context.repo.owner,
               repo: context.repo.repo,
-              body: 'Please upgrade to the latest code and try again first. Maybe it's already fixed.              ```acme.sh --upgrade```              If it's still not working, please provide the log with `--debug 2`, otherwise, nobody can help you.'
+              body: "Please upgrade to the latest code and try again first. Maybe it's already fixed.              ```acme.sh --upgrade```              If it's still not working, please provide the log with `--debug 2`, otherwise, nobody can help you."
               
             })
\ No newline at end of file