Skip to content

Commit

Permalink
fix inputs license-id
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewinne committed May 21, 2024
1 parent a6b5b89 commit ca3b329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare-cluster/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ runs:
INPUT_TIMEOUT-MINUTES: ${{ inputs.timeout-minutes || 20 }}
INPUT_NODE-GROUPS: ${{ inputs.node-groups || '' }}
INPUT_TAGS: ${{ inputs.tags || '' }}
INPUT_LICENSE-ID: ${{ input.license-id || '' }}
INPUT_LICENSE-ID: ${{ inputs.license-id || '' }}
INPUT_IP-FAMILY: ${{ inputs.ip-family || '' }}
INPUT_KUBECONFIG-PATH: ${{ inputs.kubeconfig-path || '' }}
INPUT_EXPORT-KUBECONFIG: ${{ inputs.export-kubeconfig || false }}
Expand Down

0 comments on commit ca3b329

Please sign in to comment.