mirror of
https://github.com/actions/checkout
synced 2024-11-09 23:22:40 +00:00
build updates docs
Signed-off-by: James Bradlee <james.bradlee@telenor.no>
This commit is contained in:
parent
491fae084d
commit
a52fa92dc9
1 changed files with 5 additions and 0 deletions
|
@ -29,6 +29,11 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/
|
|||
# Otherwise, uses the default branch.
|
||||
ref: ''
|
||||
|
||||
# The commit SHA to checkout. Used when ref is not specified or is ambiguous. This
|
||||
# can be used as a replacement for ref, or alongside it to checkout a specific
|
||||
# commit of the ref.
|
||||
commit: ''
|
||||
|
||||
# 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…
Reference in a new issue