mirror of
				https://code.forgejo.org/actions/checkout.git
				synced 2025-10-31 04:52:29 +00:00 
			
		
		
		
	add docs about checking out the triggering ref (#21)
* add docs about checking out the triggering ref * clarify checkout behavior
This commit is contained in:
		
							parent
							
								
									a14471d838
								
							
						
					
					
						commit
						0963d3b35f
					
				
					 1 changed files with 11 additions and 0 deletions
				
			
		
							
								
								
									
										11
									
								
								README.md
									
										
									
									
									
								
							
							
						
						
									
										11
									
								
								README.md
									
										
									
									
									
								
							|  | @ -10,6 +10,7 @@ See [here](https://help.github.com/en/articles/events-that-trigger-workflows) to | |||
| See [action.yml](action.yml) | ||||
| 
 | ||||
| Basic: | ||||
| 
 | ||||
| ```yaml | ||||
| steps: | ||||
| - uses: actions/checkout@master | ||||
|  | @ -20,6 +21,16 @@ steps: | |||
| - run: npm test | ||||
| ``` | ||||
| 
 | ||||
| By default, the branch or tag ref that triggered the workflow will be checked out. If you wish to check out a different branch, specify that using `with.ref`: | ||||
| 
 | ||||
| ```yaml | ||||
| - uses: actions/checkout@master | ||||
|   with: | ||||
|     ref: some-branch | ||||
| ``` | ||||
| 
 | ||||
| For more details, see [Contexts and expression syntax for GitHub Actions](https://help.github.com/en/articles/contexts-and-expression-syntax-for-github-actions) | ||||
| 
 | ||||
| # License | ||||
| 
 | ||||
| The scripts and documentation in this project are released under the [MIT License](LICENSE) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue