This commit is contained in:
Adam Burgess 2024-06-04 22:24:55 +10:00
parent 307b7c697c
commit 3c322f6388
No known key found for this signature in database

View File

@ -9,6 +9,7 @@ inputs:
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, uses the default branch. event. Otherwise, uses the default branch.
default: ${{ github.ref }}
token: token:
description: > description: >
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
@ -22,6 +23,8 @@ inputs:
[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) [Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
default: ${{ github.token }} default: ${{ github.token }}
server:
default: ${{ github.server_url }}
runs: runs:
using: 'docker' using: 'docker'
image: 'docker://aburgess/checkout:latest' image: 'docker://aburgess/checkout:latest'