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 0c81301Copy full SHA for 0c81301
.github/workflows/pixi-lock.yml
@@ -32,4 +32,6 @@ 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: git push origin HEAD:refs/pull/$PULL/head
36
+ with:
37
+ PULL: ${{ github.event.pull_request.number }}
0 commit comments