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 d7b54cf commit 604f89fCopy full SHA for 604f89f
.github/actions/python-environment/action.yml
@@ -74,4 +74,4 @@ runs:
74
- name: Validate Poetry environment
75
working-directory: ${{ inputs.working-directory }}
76
shell: bash
77
- run: poetry run python --version | grep ${{ inputs.python-version }}"
+ run: poetry run python --version | grep "${{ inputs.python-version }}"
0 commit comments