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:
parent
8832ea1b48
commit
1ed340cd86
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -221,4 +221,6 @@ jobs:
|
|||||||
git status
|
git status
|
||||||
git add CodeExamples.md
|
git add CodeExamples.md
|
||||||
git commit -m "Updating 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}
|
Loading…
x
Reference in New Issue
Block a user