Skip to content

Commit a975175

Browse files
committed
fix include_prereleases input
1 parent c2e9ca8 commit a975175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ runs:
6565
run: "bash ${{ github.action_path }}/scripts/update_packages.sh \"${{ inputs.package }}\" \"${{ inputs.action_path }}\""
6666
env:
6767
MAX_VERSIONS: ${{ inputs.max_versions }}
68-
INCLUDE_PRERELEASE: ${{ inputs:include_prereleases}}
68+
INCLUDE_PRERELEASE: ${{ inputs.include_prereleases }}
6969

7070
- name: Update Python Versions
7171
shell: bash

0 commit comments

Comments
 (0)