mirror of
				https://github.com/ButlerLogic/action-autotag.git
				synced 2025-10-31 07:16:25 +07:00 
			
		
		
		
	Added tagref output
This commit is contained in:
		| @ -174,6 +174,7 @@ async function run() { | ||||
|       core.setOutput('tagsha', newTag.data.sha) | ||||
|       core.setOutput('taguri', newReference.data.url) | ||||
|       core.setOutput('tagmessage', tagMsg.trim()) | ||||
|       core.setOutput('tagref', newReference.data.ref) | ||||
|     } | ||||
|   } catch (error) { | ||||
|     core.warning(error.message) | ||||
| @ -181,6 +182,7 @@ async function run() { | ||||
|     core.setOutput('tagsha', '') | ||||
|     core.setOutput('taguri', '') | ||||
|     core.setOutput('tagmessage', '') | ||||
|     core.setOutput('tagref', '') | ||||
|   } | ||||
| } | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Corey Butler
					Corey Butler