mirror of
https://github.com/actions/checkout.git
synced 2025-04-04 15:30:05 +02:00
Defaults to the default branch of the repository
This commit is contained in:
parent
db41740e12
commit
ded7dfa932
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ Refer [here](https://github.com/actions/checkout/blob/v1/README.md) for previous
|
||||||
|
|
||||||
# The branch, tag or SHA to checkout. When checking out the repository that
|
# The branch, tag or SHA to checkout. When checking out the repository that
|
||||||
# triggered a workflow, this defaults to the reference or SHA for that event.
|
# triggered a workflow, this defaults to the reference or SHA for that event.
|
||||||
# Otherwise, defaults to `master`.
|
# Otherwise, defaults to the default branch of the repository.
|
||||||
ref: ''
|
ref: ''
|
||||||
|
|
||||||
# Auth token used to fetch the repository. The token is stored in the local git
|
# Auth token used to fetch the repository. The token is stored in the local git
|
||||||
|
|
|
@ -8,7 +8,7 @@ inputs:
|
||||||
description: >
|
description: >
|
||||||
The branch, tag or SHA to checkout. When checking out the repository that
|
The branch, tag or SHA to checkout. When checking out the repository that
|
||||||
triggered a workflow, this defaults to the reference or SHA for that
|
triggered a workflow, this defaults to the reference or SHA for that
|
||||||
event. Otherwise, defaults to `master`.
|
event. Otherwise, defaults to the default branch of the repository.
|
||||||
token:
|
token:
|
||||||
description: >
|
description: >
|
||||||
Auth token used to fetch the repository. The token is stored in the local
|
Auth token used to fetch the repository. The token is stored in the local
|
||||||
|
|
Loading…
Add table
Reference in a new issue