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

core.getInput(): change input name replace regex to [ -]+ #1740

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on May 23, 2024

  1. core: getInput(): change input name replace regex to [ -]+

    First and foremost it will allow dashes in names, as that's way-more-commonly used in YAML as opposed to space separators or JS's camelCase.
    
    Furthermore it now replaces consecutive occurrences with a single underscore.
    rindeal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    62d9b56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef2f940 View commit details
    Browse the repository at this point in the history