We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba8f95b commit 24e09d8Copy full SHA for 24e09d8
.github/workflows/pixi-lock.yml
@@ -32,4 +32,8 @@ jobs:
32
run: |
33
uvx datalad run -i pixi.lock -i pyproject.toml -o pixi.lock -- pixi lock
34
- name: Push updated lockfile, if needed
35
- run: git push
+ run: |
36
+ git fetch origin refs/pull/$PULL/head
37
+ git push origin HEAD:refs/pull/$PULL/head
38
+ env:
39
+ PULL: ${{ github.event.pull_request.number }}
0 commit comments