Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Jul 11, 2024
1 parent a9d9b3b commit 19f4c37
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ author: pbrisbin
inputs:
image:
default: "restyled/restyler:edge"
log-level:
default: "info"
github-token:
default: ${{ github.token }}

Expand Down Expand Up @@ -38,8 +40,8 @@ runs:
eval "changed=( $CHANGED )"
docker run --rm \
--env LOG_LEVEL \
--env LOG_COLOR=always \
--env LOG_LEVEL=debug \
--env HOST_DIRECTORY="$PWD" \
--env UNRESTRICTED=1 \
--volume "$PWD":/code \
Expand All @@ -50,3 +52,4 @@ runs:
env:
IMAGE: ${{ inputs.image }}
CHANGED: ${{ steps.prep.outputs.changed }}
LOG_LEVEL: ${{ inputs.log-level }}

0 comments on commit 19f4c37

Please sign in to comment.