description:'Repository name with owner. For example, actions/checkout'
default:${{ github.repository }}
required:false
ref:
description:>
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.
required:false
token:
description:>
Personal access token (PAT) used to fetch the repository. The PAT is configured
@ -22,6 +24,7 @@ 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)
default:${{ github.token }}
required:false
ssh-key:
description:>
SSH key used to fetch the repository. The SSH key is configured with the local