Skip to content

Commit

Permalink
try --manifest-path
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed May 15, 2024
1 parent c18260c commit fa699e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ runs:
shell: bash
run: cd "${{ github.action_path }}" && pixi run --environment default dev
- name: Run subchannel
shell: cd "${{ github.action_path }}" && pixi run --environment default bash -e {0}
shell: pixi run --manifest-path "${{ github.action_path }}/pyproject.toml" --environment default bash -e {0}
run: |
args="--channel ${{ inputs.channel }}"
args+=" --output '${{ steps.validate.outputs.output-directory }}'"
Expand Down

0 comments on commit fa699e4

Please sign in to comment.