mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Updating git commands
This commit is contained in:
parent
5469ac0578
commit
23526370e7
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -197,9 +197,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: 'oceanprotocol/ocean.js'
|
repository: 'oceanprotocol/ocean.js'
|
||||||
path: 'ocean.js'
|
path: 'ocean.js'
|
||||||
|
ref: main
|
||||||
|
|
||||||
- name: checkout current branch
|
- name: checkout current branch
|
||||||
run: |
|
run: |
|
||||||
|
git pull
|
||||||
branch=${GITHUB_HEAD_REF#refs/heads/}
|
branch=${GITHUB_HEAD_REF#refs/heads/}
|
||||||
echo ${branch}
|
echo ${branch}
|
||||||
git checkout ${branch}
|
git checkout ${branch}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user