mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Checking out current branch
This commit is contained in:
parent
ee3a128f59
commit
396aee2c73
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -197,7 +197,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: 'oceanprotocol/ocean.js'
|
repository: 'oceanprotocol/ocean.js'
|
||||||
path: 'ocean.js'
|
path: 'ocean.js'
|
||||||
ref: echo ${GITHUB_HEAD_REF#refs/heads/}
|
run: |
|
||||||
|
branch=${GITHUB_HEAD_REF#refs/heads/}
|
||||||
|
echo ${branch}
|
||||||
|
git checkout ${branch}
|
||||||
|
|
||||||
- name: Create code examples file
|
- name: Create code examples file
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user