Update basket-api.yml
This commit is contained in:
		
							parent
							
								
									729f9efd48
								
							
						
					
					
						commit
						f5cdecd1b3
					
				
							
								
								
									
										10
									
								
								.github/workflows/basket-api.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/basket-api.yml
									
									
									
									
										vendored
									
									
								
							@ -1,6 +1,16 @@
 | 
			
		||||
name: basket-api
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  workflow_dispatch:
 | 
			
		||||
    # Inputs the workflow accepts.
 | 
			
		||||
    inputs:
 | 
			
		||||
      name:
 | 
			
		||||
        # Friendly description to be shown in the UI instead of 'name'
 | 
			
		||||
        description: 'exec name'
 | 
			
		||||
        # Default value if no value is explicitly provided
 | 
			
		||||
        default: 'default execution'
 | 
			
		||||
        # Input has to be provided for the workflow to run
 | 
			
		||||
        required: false
 | 
			
		||||
  push:
 | 
			
		||||
    branches:
 | 
			
		||||
    - dev
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user