fix: var type
This commit is contained in:
		
							
								
								
									
										4
									
								
								main.js
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								main.js
									
									
									
									
									
								
							@@ -12,8 +12,8 @@ async function run() {
 | 
				
			|||||||
    const name = core.getInput("name")
 | 
					    const name = core.getInput("name")
 | 
				
			||||||
    const body = core.getInput("body")
 | 
					    const body = core.getInput("body")
 | 
				
			||||||
    const tag_name = core.getInput("tag_name")
 | 
					    const tag_name = core.getInput("tag_name")
 | 
				
			||||||
    const draft = core.getInput("draft")
 | 
					    const draft = Boolean(core.getInput("draft"))
 | 
				
			||||||
    const prerelease = core.getInput("prerelease")
 | 
					    const prerelease = Boolean(core.getInput("prerelease"))
 | 
				
			||||||
    const files = core.getInput("files")
 | 
					    const files = core.getInput("files")
 | 
				
			||||||
    const repository = core.getInput("repository")
 | 
					    const repository = core.getInput("repository")
 | 
				
			||||||
    const token = core.getInput("token")
 | 
					    const token = core.getInput("token")
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user