nit
This commit is contained in:
parent
36d8efd585
commit
7a1c4598e7
|
@ -23,8 +23,7 @@ jobs:
|
|||
const issue_number = context.issue.number;
|
||||
|
||||
// Add comment
|
||||
const message = "No direct changes are allowed in the web/ directory."
|
||||
"Please submit changes to https://github.com/Comfy-Org/ComfyUI_frontend instead";
|
||||
const message = "No direct changes are allowed in the web/ directory. Please submit changes to https://github.com/Comfy-Org/ComfyUI_frontend instead";
|
||||
github.rest.issues.createComment({
|
||||
issue_number: issue_number,
|
||||
owner: context.repo.owner,
|
||||
|
|
Loading…
Reference in New Issue