Skip to content

Commit e4a1fec

Browse files
authored
Merge pull request #23 from Staffbase/RE-0000-fix-condition-again
RE-0000: fix condition 🐛
2 parents bc164b5 + f2cc3b5 commit e4a1fec

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)