gha-utils
    Preparing search index...

    Function logCommand

    • Logs a command along with its arguments in GitHub Actions.

      Parameters

      • command: string

        The command to log.

      • ...args: string[]

        The arguments of the command.

      Returns void