Documentation - v0.0.0
    Preparing search index...
    interface CheckoutProps {
        actionVersion?: string;
        path?: string;
        ref?: string;
        repository?: string;
    }
    Index

    Properties

    actionVersion?: string

    The version of the action to use.

    v3
    
    path?: string

    Path to write repository contents to.

    ref?: string

    The branch, tag or SHA to checkout.

    repository?: string

    The name of the repository to checkout.