mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-06-08 09:45:42 +02:00
Merge 6b8be4cb30
into 09d2acae67
This commit is contained in:
commit
62a6d7abec
8 changed files with 72 additions and 8 deletions
|
@ -47,6 +47,11 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/
|
|||
# Otherwise, uses the default branch.
|
||||
ref: ''
|
||||
|
||||
# Indicates whether to checkout the default repository branch if the requested ref
|
||||
# does not exist
|
||||
# Default: false
|
||||
default-branch-checkout: ''
|
||||
|
||||
# Personal access token (PAT) used to fetch the repository. The PAT is configured
|
||||
# with the local git config, which enables your scripts to run authenticated git
|
||||
# commands. The post-job step removes the PAT.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue