Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adding sync workflow
Browse files Browse the repository at this point in the history
stepanLav committed Jul 2, 2024
1 parent ca76d28 commit 8cc45ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync_workflow.yaml
Original file line number Diff line number Diff line change
@@ -11,15 +11,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout current repository
uses: actions/checkout@v4

- name: Checkout subquery-common-api-polkadot-transactions repository
uses: actions/checkout@v4
with:
repository: subquery/subquery-common-api-polkadot-transactions
path: subquery-common-api

- name: Checkout current repository
uses: actions/checkout@v4

- name: Sync repositories
run: |
rsync -av --exclude='./ipfs-cids' --exclude='README.md' --exclude='NOTICE' --exclude='*.yaml' subquery-common-api/ .

0 comments on commit 8cc45ea

Please sign in to comment.