diff --git a/.github/workflows/agent.yml b/.github/workflows/agent.yml index cbe1456..f276a1d 100644 --- a/.github/workflows/agent.yml +++ b/.github/workflows/agent.yml @@ -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' })