mirror of
				https://github.com/actions/cache.git
				synced 2025-10-31 10:24:19 +08:00 
			
		
		
		
	Merge pull request #1081 from vHeemstra/patch-1
chore: Fix syntax error typo
This commit is contained in:
		
						commit
						6c2de3ba98
					
				| @ -117,7 +117,7 @@ jobs: | ||||
| 
 | ||||
|     - name: Restore cached Primes | ||||
|       id: cache-primes-restore | ||||
|     - uses: actions/cache/restore@v3 | ||||
|       uses: actions/cache/restore@v3 | ||||
|       with: | ||||
|         path: | | ||||
|           path/to/dependencies | ||||
| @ -128,7 +128,7 @@ jobs: | ||||
|     . | ||||
|     - name: Save Primes | ||||
|       id: cache-primes-save | ||||
|     - uses: actions/cache/save@v3 | ||||
|       uses: actions/cache/save@v3 | ||||
|       with: | ||||
|         path: | | ||||
|           path/to/dependencies | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Lovepreet Singh
						Lovepreet Singh