Skip to content

Commit c5e25bd

Browse files
committed
chore: run container without action syntax
1 parent e30e7f9 commit c5e25bd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

action.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,4 @@ runs:
1818
run: echo "${{ inputs.token }}" | docker login ghcr.io -u navigraph-bot --password-stdin
1919

2020
- 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 }}
21+
run: docker run ghcr.io/navigraph/cargo-msfs-bin:latest -v $PWD:/repo-content -w /repo-content ${{ inputs.args }}

0 commit comments

Comments
 (0)