Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove pulumi-version default #1208

Merged
merged 3 commits into from
Jun 25, 2024
Merged

Commits on Jun 25, 2024

  1. fix: remove pulumi-version default

    The default value is conflicting with the new `pulumi-version-file`
    option. Also, we are defaulting the version in the code here, so we
    don't need the default to be set by the action.
    https://github.com/pulumi/actions/blob/19cc848d9c6fb4ac618050ff0ab3272d1ddec7b4/src/config.ts#L44
    corymhall committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    70a405d View commit details
    Browse the repository at this point in the history
  2. update changelog

    corymhall committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    828b403 View commit details
    Browse the repository at this point in the history
  3. fixing

    corymhall committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    1e2b5e1 View commit details
    Browse the repository at this point in the history