|
|
@ -43,6 +43,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, uses the default branch.
|
|
|
|
# Otherwise, uses the default branch.
|
|
|
|
|
|
|
|
# Default: ${{ github.ref }}
|
|
|
|
ref: ''
|
|
|
|
ref: ''
|
|
|
|
|
|
|
|
|
|
|
|
# Personal access token (PAT) used to fetch the repository. The PAT is configured
|
|
|
|
# Personal access token (PAT) used to fetch the repository. The PAT is configured
|
|
|
|