mirror of
				https://github.com/ButlerLogic/action-autotag.git
				synced 2025-10-31 07:16:25 +07:00 
			
		
		
		
	WIP
This commit is contained in:
		| @ -6,7 +6,7 @@ import gh from '@actions/github' | ||||
| const github = new gh.GitHub(process.env.GITHUB_TOKEN || process.env.INPUT_GITHUB_TOKEN) | ||||
| // Get owner and repo from context of payload that triggered the action | ||||
| const { owner, repo } = gh.context | ||||
| core.warning(`Owner: ${owner}, Repository: ${repo}`) | ||||
| core.warning(`Owner: ${owner}, Repository: ${JSON.stringify(repo)}`) | ||||
| export default class Tag { | ||||
|   constructor (prefix, version, postfix) { | ||||
|     this.prefix = prefix | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Corey Butler
					Corey Butler