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

Updating push command

This commit is contained in:
Jamie Hewitt 2022-05-18 13:46:08 +03:00
parent 8832ea1b48
commit 1ed340cd86

View File

@ -221,4 +221,6 @@ jobs:
git status
git add CodeExamples.md
git commit -m "Updating CodeExamples.md"
git push
branch=${GITHUB_HEAD_REF#refs/heads/}
echo Pushing changes to branch: ${branch}
git push origin HEAD:${branch}