Updated README.md (#91)
Co-authored-by: jackton1 <jackton1@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									969f2cba67
								
							
						
					
					
						commit
						4960867083
					
				
							
								
								
									
										37
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										37
									
								
								README.md
									
									
									
									
									
								
							| @ -1,27 +1,25 @@ | ||||
| [](https://github.com/tj-actions/changed-files/actions/workflows/test.yml) [](https://github.com/tj-actions/changed-files/actions/workflows/sync-release-version.yml) [](https://github.com/search?o=desc&q=tj-actions+changed-files+path%3A.github%2Fworkflows+language%3AYAML&s=&type=Code) | ||||
| [](https://github.com/tj-actions/changed-files/actions/workflows/test.yml) [](https://github.com/tj-actions/changed-files/actions/workflows/sync-release-version.yml) [](https://github.com/search?o=desc\&q=tj-actions+changed-files+path%3A.github%2Fworkflows+language%3AYAML\&s=\&type=Code) | ||||
| 
 | ||||
| changed-files | ||||
| ------------- | ||||
| ## changed-files | ||||
| 
 | ||||
| Retrieve all changed files relative to the default branch (`pull_request*` events) or a previous commit (`push` event) returning the **absolute path** to all changed files from the project root. | ||||
| 
 | ||||
| 
 | ||||
| ## Features | ||||
| - List all files that have changed. | ||||
|   - Between the current pull request branch and the default branch. | ||||
|   - Between the last commit and the current pushed change. | ||||
| - Restrict change detection to a subset of files. | ||||
|   - Report on files that have at least one change. | ||||
|   - Regex pattern matching on a subset of files. | ||||
| 
 | ||||
| *   List all files that have changed. | ||||
|     *   Between the current pull request branch and the default branch. | ||||
|     *   Between the last commit and the current pushed change. | ||||
| *   Restrict change detection to a subset of files. | ||||
|     *   Report on files that have at least one change. | ||||
|     *   Regex pattern matching on a subset of files. | ||||
| 
 | ||||
| ## Usage | ||||
| 
 | ||||
| > NOTE: :warning: | ||||
| > | ||||
| > *   **IMPORTANT:** For `push` events to work you need to include `fetch-depth: 0` **OR** `fetch-depth: 2` depending on your use case. | ||||
| > *   When using `persist-credentials: false` with `actions/checkout@v2` you'll need to specify a `token` using the `token` input. | ||||
| 
 | ||||
| 
 | ||||
| ```yaml | ||||
| name: CI | ||||
| 
 | ||||
| @ -53,7 +51,6 @@ jobs: | ||||
|           done | ||||
| ``` | ||||
| 
 | ||||
| 
 | ||||
| ## Outputs | ||||
| 
 | ||||
| | Acronym   |  Meaning     | | ||||
| @ -67,12 +64,11 @@ jobs: | ||||
| | U         | Unmerged     | | ||||
| | X         | Unknown      | | ||||
| 
 | ||||
| 
 | ||||
| |   Output             |    type      |  example                           |         description                      | | ||||
| |:--------------------:|:------------:|:----------------------------------:|:----------------------------------------:| | ||||
| | any_changed          |  `string`    |  `true` OR `false`                 |  Returns `true` when any of the filenames provided using the `files` input has changed | | ||||
| | all_modified_files   |  `string`    |  `'new.txt path/to/file.png ...'`  |  Select all modified files <br /> i.e. *a combination of all added, <br />copied and modified files (ACM).*  | | ||||
| | all_changed_files    |  `string`    |  `'new.txt path/to/file.png ...'`  |  Select all paths (*) <br /> i.e. *a combination of all options below.*  | | ||||
| | all_changed_files    |  `string`    |  `'new.txt path/to/file.png ...'`  |  Select all paths (\*) <br /> i.e. *a combination of all options below.*  | | ||||
| | added_files          |  `string`    |  `'new.txt path/to/file.png ...'`  |  Select only files that are Added (A)    | | ||||
| | copied_files         |  `string`    |  `'new.txt path/to/file.png ...'`  |  Select only files that are Copied (C)   | | ||||
| | deleted_files        |  `string`    |  `'new.txt path/to/file.png ...'`  |  Select only files that are Deleted (D)  | | ||||
| @ -82,7 +78,6 @@ jobs: | ||||
| | unmerged_files       |  `string`    |  `'new.txt path/to/file.png ...'`  |  Select only files that are Unmerged (U) | | ||||
| | unknown_files        |  `string`    |  `'new.txt path/to/file.png ...'`  |  Select only files that are Unknown (X)  | | ||||
| 
 | ||||
| 
 | ||||
| ## Inputs | ||||
| 
 | ||||
| |   Input       |    type    |  required      |  default                      |  description  | | ||||
| @ -164,7 +159,6 @@ jobs: | ||||
|           token: ${{ secrets.github_token }} | ||||
| ``` | ||||
| 
 | ||||
| 
 | ||||
| ## Example | ||||
| 
 | ||||
|  | ||||
| @ -173,7 +167,6 @@ jobs: | ||||
| 
 | ||||
|  | ||||
| 
 | ||||
| 
 | ||||
| *   Free software: [MIT license](LICENSE) | ||||
| 
 | ||||
| If you feel generous and want to show some extra appreciation: | ||||
| @ -181,18 +174,14 @@ If you feel generous and want to show some extra appreciation: | ||||
| [![Buy me a coffee][buymeacoffee-shield]][buymeacoffee] | ||||
| 
 | ||||
| [buymeacoffee]: https://www.buymeacoffee.com/jackton1 | ||||
| 
 | ||||
| [buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png | ||||
| 
 | ||||
| 
 | ||||
| Credits | ||||
| ------- | ||||
| ## Credits | ||||
| 
 | ||||
| This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter). | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Report Bugs | ||||
| ----------- | ||||
| ## Report Bugs | ||||
| 
 | ||||
| Report bugs at https://github.com/tj-actions/changed-files/issues. | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Tonye Jack
						Tonye Jack