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 e30e7f9 commit c5e25bdCopy full SHA for c5e25bd
action.yml
@@ -18,7 +18,4 @@ runs:
18
run: echo "${{ inputs.token }}" | docker login ghcr.io -u navigraph-bot --password-stdin
19
20
- name: Run cargo-msfs
21
- uses: docker://ghcr.io/navigraph/cargo-msfs-bin:latest
22
- with:
23
- entrypoint: "/cargo-msfs/cargo-msfs"
24
- args: ${{ inputs.args }}
+ run: docker run ghcr.io/navigraph/cargo-msfs-bin:latest -v $PWD:/repo-content -w /repo-content ${{ inputs.args }}
0 commit comments