Fix affiliations constraint in action
This commit is contained in:
@@ -147,8 +147,8 @@ async function wait(seconds) {
|
|||||||
catch {
|
catch {
|
||||||
authenticated = github.context.repo.owner
|
authenticated = github.context.repo.owner
|
||||||
}
|
}
|
||||||
|
conf.authenticated = authenticated
|
||||||
const user = _user || authenticated
|
const user = _user || authenticated
|
||||||
conf.authenticated = user
|
|
||||||
info("GitHub account", user)
|
info("GitHub account", user)
|
||||||
if (q.repo)
|
if (q.repo)
|
||||||
info("GitHub repository", `${user}/${q.repo}`)
|
info("GitHub repository", `${user}/${q.repo}`)
|
||||||
|
|||||||
Reference in New Issue
Block a user