Add defaults to commonly set fields to reduce setup
This commit is contained in:
		
							parent
							
								
									1d71c233f7
								
							
						
					
					
						commit
						7d269bd712
					
				@ -8,12 +8,14 @@ inputs:
 | 
			
		||||
  repo_token:
 | 
			
		||||
    description: 'GitHub token.'
 | 
			
		||||
    required: true
 | 
			
		||||
    default: ${{ github.token }}
 | 
			
		||||
  file:
 | 
			
		||||
    description: 'Local file to upload.'
 | 
			
		||||
    required: true
 | 
			
		||||
  tag:
 | 
			
		||||
    description: 'Tag to use as a release.'
 | 
			
		||||
    required: true
 | 
			
		||||
    default: ${{ github.ref }}
 | 
			
		||||
  asset_name:
 | 
			
		||||
    description: 'Name of the asset. When not provided will use the file name. Unused if file_glob is set to "true".'
 | 
			
		||||
  overwrite:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user