Function getInput

  • Retrieves the value of a GitHub Actions input.

    Parameters

    • name: string

      The name of the GitHub Actions input.

    Returns string

    The value of the GitHub Actions input, or an empty string if not found.