mirror of
https://github.com/s4u/setup-maven-action.git
synced 2026-02-12 00:05:30 +08:00
Add persist-credentials for checkout action with default false
This commit is contained in:
10
README.md
10
README.md
@ -29,11 +29,11 @@ or use automatic tools like [Dependabot](https://docs.github.com/en/code-securit
|
||||
|
||||
## checkout
|
||||
|
||||
| params | destination |
|
||||
|----------------------|-------------|
|
||||
| checkout-fetch-depth | fetch-depth |
|
||||
| checkout-path | path |
|
||||
|
||||
| params | destination | default |
|
||||
|------------------------------|---------------------|---------|
|
||||
| checkout-fetch-depth | fetch-depth | |
|
||||
| checkout-path | path | |
|
||||
| checkout-persist-credentials | persist-credentials | false |
|
||||
|
||||
## setup-java
|
||||
|
||||
|
||||
Reference in New Issue
Block a user