diff --git a/.github/workflows/sync_workflow.yaml b/.github/workflows/sync_workflow.yaml index 555f8f5b..1a3e4391 100644 --- a/.github/workflows/sync_workflow.yaml +++ b/.github/workflows/sync_workflow.yaml @@ -28,7 +28,7 @@ jobs: run: | git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" - git checkout -b sync-branch-${{ github.run_id }} + git checkout -b sync-branch git add -A git commit -m "Sync with subquery-common-api-polkadot-transactions"