Skip to content

Commit

Permalink
feat(workflows): update
Browse files Browse the repository at this point in the history
  • Loading branch information
jaronnie committed Aug 19, 2024
1 parent 0d7e97d commit 07f9625
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ jobs:
args: version
version: v0.22.0

- uses: ./
with:
args: version
# user latest always

- uses: ./
with:
args: gen
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ runs:
- name: Run Jzero container
shell: bash
run: |
docker run --rm jaronnie/jzero:${{inputs.version}} ${{inputs.args}}
docker run --rm -v ${PWD}:/app jaronnie/jzero:${{inputs.version}} ${{inputs.args}}

0 comments on commit 07f9625

Please sign in to comment.