Skip to content

Commit e6e010f

Browse files
Update .github/workflows/continuous-integration.yml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent ec5e443 commit e6e010f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,6 @@ jobs:
171171
fail_ci_if_error: false
172172

173173
- name: Run additional script
174-
if: inputs.script != ''
174+
if: ${{ inputs.script != '' }}
175175
shell: bash
176176
run: php ${{ inputs.script }}

0 commit comments

Comments
 (0)