Skip to content

Commit e2d0bf6

Browse files
committed
adjust conditional v2
1 parent 1be570b commit e2d0bf6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/gem_ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ jobs:
4646
fetch-depth: 1
4747
- name: "shellcheck"
4848
uses: reviewdog/action-shellcheck@v1
49-
if: ${{ inputs.run_shellcheck == 'true' }} && ${{ inputs.ruby_version == '3.2' }} && ${{ inputs.runs_on == 'ubuntu-latest' }}
49+
if: |
50+
inputs.run_shellcheck == true &&
51+
inputs.ruby_version == '3.2' &&
52+
inputs.runs_on == 'ubuntu-latest'
5053
with:
5154
check_all_files_with_shebangs: "true"
5255

0 commit comments

Comments
 (0)