mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Remove git error output if nothing is pushed to remote
This commit is contained in:
parent
6a3e3edd06
commit
17bbf39d7b
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -224,4 +224,4 @@ jobs:
|
||||
git commit -m "Updating CodeExamples.md"
|
||||
branch=${GITHUB_HEAD_REF#refs/heads/}
|
||||
echo Pushing changes to branch: ${branch}
|
||||
git push origin HEAD:${branch} --force || echo Nothing to commit
|
||||
git push origin HEAD:${branch} --force &> /dev/null
|
||||
|
Loading…
x
Reference in New Issue
Block a user