Skip to content

Commit bb4a8c3

Browse files
authored
Fix a quoted scalar (#23)
Signed-off-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
1 parent 2b0a910 commit bb4a8c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-actions/run-clang-format/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ inputs:
1919
default: 'always'
2020
runs:
2121
using: 'docker'
22-
image: 'docker://ghcr.io/everest/everest-ci/build-env-base:v1.3.0
22+
image: 'docker://ghcr.io/everest/everest-ci/build-env-base:v1.3.0'
2323
args:
2424
- /usr/bin/run-clang-format
2525
- /github/workspace/${{ inputs.source-dir }}

0 commit comments

Comments
 (0)