-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jaypan
committed
Sep 4, 2024
1 parent
901c741
commit 108ef9c
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|