Skip to content

CodersLab-core/action-checkout-and-move

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Checkout repository to specified dir (even if destination dir is not empty)

Usage

- uses: Coderslab-core/action-checkout-and-move@v2
  with: 
    # Repository name with owner. For example, Coderslab-core/shared-actions
    # Required: yes
    repository:
    
    # Repository content target path. For example .github/actions (repository content will be merged with given path)
    # Required: yes
    dest-path:
    
    # Personal access token (PAT)
    # Required: no
    # Default: ""
    token:

    # Temporary path to checkout repo before it's content will be moved to destination path
    # Required: no
    # Default: tmp-shared-actions
    tmp-path: