From ece64d39b0615db53599894ac51f416723e83f03 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 2 Jul 2024 09:23:15 +0300 Subject: [PATCH] feat: adding sync workflow --- .github/workflows/sync_workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"