Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jdx/mise-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c160601
Choose a base ref
...
head repository: jdx/mise-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4d056cf
Choose a head ref
  • 4 commits
  • 8 files changed
  • 2 contributors

Commits on Oct 25, 2024

  1. fix: cache_save boolean bug (#135)

    Fixes #130
    jdx authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    4777624 View commit details
    Browse the repository at this point in the history
  2. fix: renovate artifact updates

    jdx committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e3088a5 View commit details
    Browse the repository at this point in the history
  3. feat: use debug logging when in debug mode (#128) (#129)

    * feat: use debug logging when in debug mode (#128)
    
    * chore: remove unnecessary getExperimental function
    
    * chore: fix setupMise typing
    
    As `core.getInput` returns always a string, the type of `version` in
    `setupMise` should be just a `string`. When the string is empty it means
    to use the latest version. This could be made cleaner but this is how it
    works.
    
    * feat: only set MISE_LOG_LEVEL when required
    
    Previously MISE_LOG_LEVEL was always set, even when log_level parameter
    wasn't configured. This changes that behaviour so that the environment
    variable is only set when log_level is set by the user and that the
    MISE_LOG_LEVEL is set to debug only for this action when in debug mode.
    
    ---------
    
    Co-authored-by: Jeff Dickey <[email protected]>
    xremming and jdx authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    cc7f0e6 View commit details
    Browse the repository at this point in the history
  4. 2.1.2

    jdx committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    4d056cf View commit details
    Browse the repository at this point in the history
Loading