mirror of
				https://code.forgejo.org/actions/checkout.git
				synced 2025-10-31 13:02:28 +00:00 
			
		
		
		
	update: README.md with new options, descriptions
This commit is contained in:
		
							parent
							
								
									178be7a9f3
								
							
						
					
					
						commit
						21ffcee746
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		|  | @ -71,7 +71,7 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/ | ||||||
|     # Default: true |     # Default: true | ||||||
|     persist-credentials: '' |     persist-credentials: '' | ||||||
| 
 | 
 | ||||||
|     # Relative path under $GITHUB_WORKSPACE to place the repository |     # Relative path under $GITHUB_WORKSPACE/working-directory to place the repository | ||||||
|     path: '' |     path: '' | ||||||
| 
 | 
 | ||||||
|     # Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching |     # Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching | ||||||
|  | @ -126,6 +126,10 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/ | ||||||
|     # running from unless specified. Example URLs are https://github.com or |     # running from unless specified. Example URLs are https://github.com or | ||||||
|     # https://my-ghes-server.example.com |     # https://my-ghes-server.example.com | ||||||
|     github-server-url: '' |     github-server-url: '' | ||||||
|  | 
 | ||||||
|  |     # Provide the working directory for the git commands to execute into, defaults to | ||||||
|  |     # $GITHUB_WORKSPACE | ||||||
|  |     working-directory: '' | ||||||
| ``` | ``` | ||||||
| <!-- end usage --> | <!-- end usage --> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue