Function logCommand

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

    Parameters

    • command: string

      The command to log.

    • Rest...args: string[]

      The arguments of the command.

    Returns void