Spaces:
Running
Running
Fix GitHub action push
Browse filesThis fix is suggested by ChatGPT, to be determined if it actually works.
- .github/workflows/ci.yml +1 -1
.github/workflows/ci.yml
CHANGED
|
@@ -46,4 +46,4 @@ jobs:
|
|
| 46 |
- name: Push changes
|
| 47 |
if: success()
|
| 48 |
run: |
|
| 49 |
-
git push origin HEAD:${{ github.
|
|
|
|
| 46 |
- name: Push changes
|
| 47 |
if: success()
|
| 48 |
run: |
|
| 49 |
+
git push origin HEAD:${{ github.ref }}
|