Checkout repositotory
ActionsCheckout repository to specified dir (even if destination dir is not empty)
v1.0.1
LatestCheckout repository to specified dir (even if destination dir is not empty)
- 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:
Checkout repositotory is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.