juliaturc commited on
Commit
fb5c69f
·
1 Parent(s): 891dae4

Update ci.yml to fix failure

Browse files
Files changed (1) hide show
  1. .github/workflows/ci.yml +1 -1
.github/workflows/ci.yml CHANGED
@@ -49,4 +49,4 @@ jobs:
49
  - name: Push changes
50
  if: success()
51
  run: |
52
- git push origin HEAD:${{ github.ref }}
 
49
  - name: Push changes
50
  if: success()
51
  run: |
52
+ git push origin HEAD:${{ github.event.pull_request.head.ref }}