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