From 3bbae423ca8038d0cb757ec34f112fa5da60cf66 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Wed, 1 Apr 2020 13:53:11 -0500 Subject: [PATCH] WIP --- app/lib/tag.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/tag.js b/app/lib/tag.js index 32528bc..66597b5 100644 --- a/app/lib/tag.js +++ b/app/lib/tag.js @@ -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 - +console.log(owner, repo) export default class Tag { constructor (prefix, version, postfix) { this.prefix = prefix