diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 800f5a2a..393d3d93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -221,4 +221,6 @@ jobs: git status git add CodeExamples.md git commit -m "Updating CodeExamples.md" - git push \ No newline at end of file + branch=${GITHUB_HEAD_REF#refs/heads/} + echo Pushing changes to branch: ${branch} + git push origin HEAD:${branch} \ No newline at end of file