Update README.md
This commit is contained in:
		
							parent
							
								
									a22f734463
								
							
						
					
					
						commit
						4530127b24
					
				
							
								
								
									
										10
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								README.md
									
									
									
									
									
								
							| @ -155,14 +155,14 @@ jobs: | |||||||
|        |        | ||||||
|       - name: Use a source file or list of file(s) to populate to files input. |       - name: Use a source file or list of file(s) to populate to files input. | ||||||
|         id: changed-files-specific-source-file |         id: changed-files-specific-source-file | ||||||
|         uses: ./ |         uses: tj-actions/changed-files@v8.6 | ||||||
|         with: |         with: | ||||||
|           files_from_source_file: | |           files_from_source_file: | | ||||||
|             test/changed-files-list.txt |             test/changed-files-list.txt | ||||||
| 
 | 
 | ||||||
|       - name: Use a source file or list of file(s) to populate to files input and optionally specify more files. |       - name: Use a source file or list of file(s) to populate to files input and optionally specify more files. | ||||||
|         id: changed-files-specific-source-file-and-specify-files |         id: changed-files-specific-source-file-and-specify-files | ||||||
|         uses: ./ |         uses: tj-actions/changed-files@v8.6 | ||||||
|         with: |         with: | ||||||
|           files_from_source_file: | |           files_from_source_file: | | ||||||
|             test/changed-files-list.txt |             test/changed-files-list.txt | ||||||
| @ -174,6 +174,12 @@ jobs: | |||||||
|         uses: tj-actions/changed-files@v8.6 |         uses: tj-actions/changed-files@v8.6 | ||||||
|         with: |         with: | ||||||
|           sha: ${{ github.event.pull_request.head.sha }} |           sha: ${{ github.event.pull_request.head.sha }} | ||||||
|  |            | ||||||
|  |       - name: Use a different base SHA | ||||||
|  |         id: changed-files-custom-base-sha | ||||||
|  |         uses: tj-actions/changed-files@v8.6 | ||||||
|  |         with: | ||||||
|  |           base_sha: "2096ed0" | ||||||
|          |          | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Tonye Jack
						Tonye Jack