1
0
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:
Jamie Hewitt 2022-05-18 13:01:35 +03:00
parent ee3a128f59
commit 396aee2c73

View File

@ -197,7 +197,10 @@ jobs:
with:
repository: 'oceanprotocol/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
uses: actions/cache@v2