1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Updating branch name - base head ref in github actions

This commit is contained in:
Jamie Hewitt 2022-05-18 11:56:12 +03:00
parent 868de7c178
commit 3963f9bfbc

View File

@ -219,7 +219,7 @@ jobs:
- name: commit
run: |
# Stage the file, commit and push
BRANCH=${GITHUB_REF#refs/heads/}
BRANCH=${GITHUB_HEAD_REF#refs/heads/}
echo ${BRANCH}
git checkout ${BRANCH}
git add CodeExamples.md