From ee3a128f595096221bc7ffc7cbee22052e451abb Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Wed, 18 May 2022 12:53:43 +0300 Subject: [PATCH] Updating branch name ref --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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