-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: replace submodule location (#357)
* fix: replace submodule location * fix: update ci workflow file location
- Loading branch information
1 parent
dd9900a
commit 8eab880
Showing
2 changed files
with
3 additions
and
3 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 |
---|---|---|
|
@@ -16,7 +16,7 @@ concurrency: | |
jobs: | ||
main: | ||
name: Nx Cloud - Main Job | ||
uses: martines3000/ci/.github/workflows/[email protected] | ||
uses: blockchain-lab-um/ci/.github/workflows/[email protected] | ||
secrets: | ||
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }} | ||
with: | ||
|
@@ -35,7 +35,7 @@ jobs: | |
agents: | ||
name: Nx Cloud - Agents | ||
uses: martines3000/ci/.github/workflows/[email protected] | ||
uses: blockchain-lab-um/ci/.github/workflows/[email protected] | ||
secrets: | ||
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }} | ||
with: | ||
|
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "external/js-sdk"] | ||
path = external/js-sdk | ||
url = [email protected]:martines3000/js-sdk.git | ||
url = [email protected]:blockchain-lab-um/js-sdk.git |