We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806d2af commit 2c699b7Copy full SHA for 2c699b7
pixi_lock/action.yaml
@@ -39,7 +39,7 @@ runs:
39
shell: bash -e {0}
40
run: |
41
echo "::group::Lock"
42
- pixi list --no-install --color=always
+ pixi lock --color=always
43
echo "::endgroup::"
44
- uses: actions/upload-artifact@v4
45
with:
0 commit comments