Skip to content

Commit f2cc3b5

Browse files
committed
🐛 fix condition
1 parent bc164b5 commit f2cc3b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ runs:
124124

125125
- name: Build
126126
id: docker_build
127-
if: ${{ inputs.dockerenabled == "true" }}
127+
if: inputs.dockerenabled == 'true'
128128
uses: docker/build-push-action@v2
129129
with:
130130
context: .

0 commit comments

Comments
 (0)