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: forward config param from GitHub action propperly #517

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Apr 3, 2024

  1. chore: fix config test to reset viper

    if not, tests influece between each other as viper is already set.
    beltrachi committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    95345c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93fbd0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    592faa8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77fe4cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9604a8c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ddd2201 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0554696 View commit details
    Browse the repository at this point in the history
  8. fix: apply verbose flag when all config has been loaded

    verbose flag was loaded outside the configuration load, so
    whatever you did put in the config file was not applied later.
    beltrachi committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    d83ed8a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    de8bec7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f98a638 View commit details
    Browse the repository at this point in the history