Updated owner

This commit is contained in:
Corey Butler 2020-01-30 17:45:34 -06:00
parent 76fc4634c5
commit d5e17eef8c

View File

@ -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