mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-11-03 19:07:00 -05:00 
			
		
		
		
	Fix bug in workflow_dispatch checkout step
This commit is contained in:
		
							parent
							
								
									d562f6a69f
								
							
						
					
					
						commit
						f938fca2c7
					
				
							
								
								
									
										2
									
								
								.github/workflows/unit-tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/unit-tests.yml
									
									
									
									
										vendored
									
									
								
							@ -22,7 +22,7 @@ jobs:
 | 
				
			|||||||
      - name: Checkout (workflow_dispatch)
 | 
					      - name: Checkout (workflow_dispatch)
 | 
				
			||||||
        uses: actions/checkout@v4
 | 
					        uses: actions/checkout@v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          ref: inputs.ref
 | 
					          ref: ${{ inputs.ref }}
 | 
				
			||||||
        if: github.event_name == 'workflow_dispatch'
 | 
					        if: github.event_name == 'workflow_dispatch'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Set up Node.js
 | 
					      - name: Set up Node.js
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user