Skip to content

Commit

Permalink
set the docker env var w/ a str
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jul 29, 2022
1 parent 8fa467e commit 400b615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ runs:
using: "docker"
image: "Dockerfile"
env:
USING_CLANG_TOOLS_DOCKER: true
USING_CLANG_TOOLS_DOCKER: 'true'
args:
- --style=${{ inputs.style }}
- --extensions=${{ inputs.extensions }}
Expand Down

0 comments on commit 400b615

Please sign in to comment.