Skip to content

Commit 4f6e164

Browse files
authored
Use pixi exec in autobump workflow (#8)
1 parent 162001d commit 4f6e164

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

template/.github/workflows/{% if add_autobump_workflow %}update-lockfiles.yml{% endif %}

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
run-install: false
2020
- name: Update lockfiles
2121
run: |
22-
pixi global install pixi-diff-to-markdown
23-
pixi update --json --no-install | pixi-diff-to-markdown >> diff.md
22+
pixi update --json --no-install | pixi exec pixi-diff-to-markdown >> diff.md
2423
- name: Create pull request
2524
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c
2625
with:

0 commit comments

Comments
 (0)