mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-22 08:11:07 +07:00
Updated owner
This commit is contained in:
parent
76fc4634c5
commit
d5e17eef8c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user