Spaces:
Running
Running
Update ci.yml to fix failure
Browse files- .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 }}
|