Skip to content

Commit

Permalink
Tweak args
Browse files Browse the repository at this point in the history
  • Loading branch information
obscurerichard committed May 10, 2024
1 parent e371b50 commit eb9a453
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ RUN . /opt/venv/bin/activate \

ENV PATH="${VIRTUAL_ENV}/bin:$PATH"

ENTRYPOINT ["/opt/venv/bin/fawltydeps"]
CMD ["/opt/venv/bin/fawltydeps"]
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ runs:
using: 'docker'
image: 'Dockerfile'
args:
- fawltydeps
- ${{ inputs.options }}

0 comments on commit eb9a453

Please sign in to comment.