mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	ci(dependencies): fix typo
This commit is contained in:
		
							parent
							
								
									dd3be612e3
								
							
						
					
					
						commit
						0bb00eddbb
					
				
							
								
								
									
										4
									
								
								.github/workflows/dependencies.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/dependencies.yml
									
									
									
									
										vendored
									
									
								
							@ -15,8 +15,8 @@ jobs:
 | 
			
		||||
      - name: Authenticate as @ohmyzsh
 | 
			
		||||
        uses: ohmyzsh/github-app-token@v2
 | 
			
		||||
        with:
 | 
			
		||||
          app-id: ${{ secrets.OHMYZSH_APP_ID }}
 | 
			
		||||
          private-key: ${{ secrets.OHMYZSH_APP_PRIVATE_KEY }}
 | 
			
		||||
          app_id: ${{ secrets.OHMYZSH_APP_ID }}
 | 
			
		||||
          private_key: ${{ secrets.OHMYZSH_APP_PRIVATE_KEY }}
 | 
			
		||||
      - name: Process dependencies
 | 
			
		||||
        env:
 | 
			
		||||
          GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user