Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7941288

Browse files
authored
Fix IF syntax in check.yml
1 parent38df3e3 commit7941288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
id:pyver
6464
shell:bash
6565
run:|
66-
if [[ "${{ inputs.py_bin_ver }}" != '' ]]
66+
if [[ "${{ inputs.py_bin_ver }}" != '' ]]; then
6767
pyver=${{ inputs.py_bin_ver }}
6868
else
6969
pyver=$PYDOC_VERSION
@@ -140,7 +140,7 @@ jobs:
140140
id:pyver
141141
shell:bash
142142
run:|
143-
if [[ "${{ inputs.py_bin_ver }}" != '' ]]
143+
if [[ "${{ inputs.py_bin_ver }}" != '' ]]; then
144144
pyver=${{ inputs.py_bin_ver }}
145145
else
146146
pyver=$PYDOC_VERSION

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp