Skip to content

Commit

Permalink
ci: removed the branch I am cloning from
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi-bams committed Mar 26, 2024
1 parent 2f64706 commit 50114f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
cache: "yarn"
- name: Clone Stack
run: |
git clone -b update/jarvis-env https://github.com/stakwork/sphinx-stack.git stack
git clone https://github.com/stakwork/sphinx-stack.git stack
- name: Give Permissions to Sphinx Nav Fiber
run: chmod 777 -R relay
Expand Down

0 comments on commit 50114f9

Please sign in to comment.