mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
Update litegraph 0.8.77 (#2530)
This commit is contained in:
@@ -26,8 +26,7 @@ try {
|
||||
|
||||
// Create the PR
|
||||
console.log('Creating PR...')
|
||||
const prBody = `Automated update of litegraph to version ${newVersion}.
|
||||
Ref: https://github.com/Comfy-Org/litegraph.js/releases/tag/v${newVersion}`
|
||||
const prBody = `Automated update of litegraph to version ${newVersion}. Ref: https://github.com/Comfy-Org/litegraph.js/releases/tag/v${newVersion}`
|
||||
execSync(
|
||||
`gh pr create --title "Update litegraph ${newVersion}" --label "dependencies" --body "${prBody}"`,
|
||||
{ stdio: 'inherit' }
|
||||
|
||||
Reference in New Issue
Block a user