Skip to content

Commit

Permalink
feat: adding sync workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav committed Jul 2, 2024
1 parent a93a237 commit e680886
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sync_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- name: Create new branch
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 add -A
git commit -m "Sync with subquery-common-api-polkadot-transactions"
Expand Down

0 comments on commit e680886

Please sign in to comment.