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:
parent
868de7c178
commit
3963f9bfbc
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user