fix: workflow

This commit is contained in:
naiba 2024-07-14 13:00:19 +08:00
parent 427c9b42fb
commit e674ee7177

View File

@ -37,6 +37,6 @@ jobs:
await github.rest.actions.createWorkflowDispatch({
owner: 'nezhahq',
repo: 'agent',
workflow_id: 'sync.yml',
workflow_id: 'sync-release.yml',
ref: 'main'
})