diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 217e24ea..9e47b1c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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