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

Adding git remote origin to CI

This commit is contained in:
Jamie Hewitt 2022-05-18 12:09:54 +03:00
parent 3963f9bfbc
commit 35e5952081

View File

@ -219,9 +219,10 @@ jobs:
- name: commit
run: |
# Stage the file, commit and push
git remote add origin https://github.com/oceanprotocol/ocean.js.git
BRANCH=${GITHUB_HEAD_REF#refs/heads/}
echo ${BRANCH}
git checkout ${BRANCH}
git checkout origin/${BRANCH}
git add CodeExamples.md
git commit -m "Updating CodeExamples.md"
git push