Skip to content

Commit

Permalink
fix: replace submodule location (#357)
Browse files Browse the repository at this point in the history
* fix: replace submodule location

* fix: update ci workflow file location
  • Loading branch information
martines3000 authored Jul 25, 2023
1 parent dd9900a commit 8eab880
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
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

0 comments on commit 8eab880

Please sign in to comment.