#58 New feature to support repository and token options (#59)

This commit is contained in:
Brendan Lafond
2023-09-22 02:29:12 -04:00
committed by GitHub
parent c1ef1c9458
commit 41e894b5c6
2 changed files with 20 additions and 6 deletions

View File

@ -26,12 +26,14 @@ For default values you only need:
## checkout
| params | destination | default |
|------------------------------|---------------------|---------|
| checkout-fetch-depth | fetch-depth | |
| checkout-path | path | |
| checkout-ref | ref | |
| checkout-persist-credentials | persist-credentials | false |
| params | destination | default |
|------------------------------|---------------------|--------------------------|
| checkout-fetch-depth | fetch-depth | |
| checkout-path | path | |
| checkout-ref | ref | |
| checkout-repository | repository | ${{ github.repository }} |
| checkout-token | token | ${{ github.token }} |
| checkout-persist-credentials | persist-credentials | false |
## setup-java