diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e59b44d..217e24ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -197,7 +197,7 @@ jobs: with: repository: 'oceanprotocol/ocean.js' path: 'ocean.js' - ref: ${GITHUB_HEAD_REF#refs/heads/} + ref: echo ${GITHUB_HEAD_REF#refs/heads/} - name: Create code examples file uses: actions/cache@v2