mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 07:38:37 +08:00 
			
		
		
		
	fix example syntax
This commit is contained in:
		
							parent
							
								
									f066901d82
								
							
						
					
					
						commit
						1e826f2e45
					
				| 
						 | 
				
			
			@ -405,7 +405,7 @@ Esy allows you to export built dependencies and import pre-built dependencies.
 | 
			
		|||
- name: Get Composer Cache Directory
 | 
			
		||||
  id: composer-cache
 | 
			
		||||
  run: |
 | 
			
		||||
    echo "dir::$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
 | 
			
		||||
    echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
 | 
			
		||||
- uses: actions/cache@v3
 | 
			
		||||
  with:
 | 
			
		||||
    path: ${{ steps.composer-cache.outputs.dir }}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user