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

Update bash command

This commit is contained in:
Jamie Hewitt 2022-05-18 15:30:25 +03:00
parent 17bbf39d7b
commit 4ee41f1f28

View File

@ -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 &> /dev/null
git push origin HEAD:${branch} --force > /dev/null 2>&1