Minor typo in README (#15)
from `steps.[ID].outupts.cache-hit` to `steps.[ID].outputs.cache-hit`
This commit is contained in:
		 M Akhyar Rahman Hidayat
					M Akhyar Rahman Hidayat
				
			
				
					committed by
					
						 Josh Gross
						Josh Gross
					
				
			
			
				
	
			
			
			 Josh Gross
						Josh Gross
					
				
			
						parent
						
							3743276c66
						
					
				
				
					commit
					6be35d19ef
				
			| @ -79,7 +79,7 @@ steps: | |||||||
|     run: /install.sh |     run: /install.sh | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| > Note: The `id` defined in `actions/cache` must match the `id` in the `if` statement (i.e. `steps.[ID].outupts.cache-hit`) | > Note: The `id` defined in `actions/cache` must match the `id` in the `if` statement (i.e. `steps.[ID].outputs.cache-hit`) | ||||||
|  |  | ||||||
| ## Contributing | ## Contributing | ||||||
| We would love for you to contribute to `@actions/cache`, pull requests are welcome! Please see the [CONTRIBUTING.md](CONTRIBUTING.md) for more information. | We would love for you to contribute to `@actions/cache`, pull requests are welcome! Please see the [CONTRIBUTING.md](CONTRIBUTING.md) for more information. | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user