1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-05-23 08:10:03 +00:00
This commit is contained in:
Alexander Cranga 2025-01-17 09:35:31 +02:00 committed by GitHub
commit 5c521f3d4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 72 additions and 8 deletions

View file

@ -9,6 +9,9 @@ inputs:
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. Otherwise, uses the default branch.
default-branch-checkout:
description: 'Indicates whether to checkout the default repository branch if the requested ref does not exist'
default: false
token:
description: >
Personal access token (PAT) used to fetch the repository. The PAT is configured