mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2025-09-08 14:14:03 +07:00
Updated owner
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user