@runloop/api-client - v1.4.0
    Preparing search index...

    Interface Git

    Git source configuration

    interface Git {
        repository: string;
        agent_setup?: string[] | null;
        ref?: string | null;
    }
    Index

    Properties

    repository: string

    Git repository URL

    agent_setup?: string[] | null

    Setup commands to run after cloning

    ref?: string | null

    Optional Git ref (branch/tag/commit), defaults to main/HEAD