This commit is contained in:
@@ -22,6 +22,11 @@ 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 }}
|
||||||
|
path:
|
||||||
|
description: 'Relative path under $GITHUB_WORKSPACE to place the repository'
|
||||||
|
fetch-depth:
|
||||||
|
description: 'Number of commits to fetch. 0 indicates all history for all branches and tags.'
|
||||||
|
default: 1
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
ref:
|
ref:
|
||||||
|
|||||||
Reference in New Issue
Block a user