mirror of
				https://github.com/ButlerLogic/action-autotag.git
				synced 2025-10-31 23:36:22 +07:00 
			
		
		
		
	Update main.js
Renamed option to be consistent with other option names (i.e. not using camelcase)
This commit is contained in:
		| @ -52,7 +52,7 @@ async function run () { | ||||
|       throw new Error(`No version identified${msg}`) | ||||
|     } | ||||
|  | ||||
|     const minVersion = core.getInput('minVersion', { required: false }) | ||||
|     const minVersion = core.getInput('min_version', { required: false }) | ||||
|      | ||||
|     // Ensure that version and minVersion are valid SemVer strings | ||||
|     const minVersionSemVer = semver.coerce(minVersion) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Corey Butler
					Corey Butler