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 2fe28ad commit ece64d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ece64d3

Please sign in to comment.