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.
include_prereleases
1 parent c2e9ca8 commit a975175Copy full SHA for a975175
action.yml
@@ -65,7 +65,7 @@ runs:
65
run: "bash ${{ github.action_path }}/scripts/update_packages.sh \"${{ inputs.package }}\" \"${{ inputs.action_path }}\""
66
env:
67
MAX_VERSIONS: ${{ inputs.max_versions }}
68
- INCLUDE_PRERELEASE: ${{ inputs:include_prereleases}}
+ INCLUDE_PRERELEASE: ${{ inputs.include_prereleases }}
69
70
- name: Update Python Versions
71
shell: bash
0 commit comments