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: v2.1.4
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: v2.1.5
Choose a head ref
  • 5 commits
  • 10 files changed
  • 2 contributors

Commits on Oct 28, 2024

  1. docs: updated README

    jdx committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    12823cc View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. fix: overwrite MISE_LOG_LEVEL when in debug mode (#138)

    As the log_level parameter defaults to info the MISE_LOG_LEVEL
    environment variable needs to be overriden or otherwise it is not set.
    This also means that mise-action will always run with debug logging when
    it is ran with debugging enabled, no matter what log level the user has
    set.
    xremming authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    fb230aa View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. fix: use lockfile for cache key

    jdx committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    57eda1a View commit details
    Browse the repository at this point in the history
  2. chore: update deps

    jdx committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    239a5da View commit details
    Browse the repository at this point in the history
  3. 2.1.5

    jdx committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3cea416 View commit details
    Browse the repository at this point in the history
Loading