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 a975175 commit 8f62488Copy full SHA for 8f62488
action.yml
@@ -88,7 +88,7 @@ runs:
88
MAX_VERSIONS: ${{ inputs.max_versions }}
89
ORGANIZATION: ${{ inputs.organization }}
90
REPOSITORY: ${{ inputs.repository }}
91
- INCLUDE_PRERELEASE: ${{ inputs:include_prereleases}}
+ INCLUDE_PRERELEASE: ${{ inputs.include_prereleases }}
92
BUILDER_WORKFLOW_PATH: ${{ inputs.action_path }}
93
94
- name: "Push"
0 commit comments