Skip to content

Commit

Permalink
added docker args
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Fantasticini committed Nov 23, 2023
1 parent 6162d56 commit e6b6d81
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ runs:
using: "docker"
image: "Dockerfile"
args:
- "-v $INPUT_PROJECT_PATH:/code"
- "-w /code"
- -v $INPUT_PROJECT_PATH:/code
- -w /code
- -u "$(id -u)"

branding:
icon: "shield"
Expand Down

0 comments on commit e6b6d81

Please sign in to comment.