ghakit
    Preparing search index...

    Function getInput

    • Retrieves the value of a GitHub Actions input.

      Input names are matched case-insensitively — getInput("token") and getInput("TOKEN") both read the same INPUT_TOKEN env var.

      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 set.