Fix affiliations constraint in action

This commit is contained in:
lowlighter
2021-05-18 12:31:27 +02:00
parent 8f388ab822
commit dca7f76a96

View File

@@ -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}`)