From d5e17eef8cf32d4ee16ab78bb14d025bb5e537f9 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Thu, 30 Jan 2020 17:45:34 -0600 Subject: [PATCH] Updated owner --- lib/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.js b/lib/main.js index 29cdbed..d216965 100644 --- a/lib/main.js +++ b/lib/main.js @@ -41,7 +41,7 @@ async function run() { // Check for existing tag const git = new github.GitHub(process.env.INPUT_GITHUB_TOKEN || process.env.GITHUB_TOKEN) - const owner = process.env.GITHUB_ACTOR + const owner = process.env.GITHUB_REPOSITORY.split('/').shift() const repo = process.env.GITHUB_REPOSITORY.split('/').pop() let tags