We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38df3e3 commit 7941288Copy full SHA for 7941288
.github/workflows/check.yml
@@ -63,7 +63,7 @@ jobs:
63
id: pyver
64
shell: bash
65
run: |
66
- if [[ "${{ inputs.py_bin_ver }}" != '' ]]
+ if [[ "${{ inputs.py_bin_ver }}" != '' ]]; then
67
pyver=${{ inputs.py_bin_ver }}
68
else
69
pyver=$PYDOC_VERSION
@@ -140,7 +140,7 @@ jobs:
140
141
142
143
144
145
146
0 commit comments