Skip to content

Commit

Permalink
Fix errro
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypan committed Sep 4, 2024
1 parent 901c741 commit 108ef9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/brand-new-chain-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ jobs:
- name: Clone peaq-bc-repo
uses: GuillaumeFalourd/[email protected]
working-directory: ..
with:
depth: 1
branch: main # Should change the branch
owner: peaqnetwork
repository: peaq-bc-test
path-to-clone: ../peaq-bc-test

- name: Install dependency on peaq-bc-test
working-directory: ../peaq-bc-test
Expand All @@ -76,11 +76,11 @@ jobs:
- name: Clone parachain-launch
uses: GuillaumeFalourd/[email protected]
working-directory: ..
with:
branch: dev # Should change the branch
owner: peaqnetwork
repository: parachain-launch
path-to-clone: ../parachain-launch

- name: Install dependency on parachain-launch
working-directory: ../parachain-launch
Expand Down

0 comments on commit 108ef9c

Please sign in to comment.