diff --git a/source/app/action/index.mjs b/source/app/action/index.mjs index 917e3c34..cedb4d02 100644 --- a/source/app/action/index.mjs +++ b/source/app/action/index.mjs @@ -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}`)