From dca7f76a965e087914a880412496aad166eb4498 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Tue, 18 May 2021 12:31:27 +0200 Subject: [PATCH] Fix affiliations constraint in action --- source/app/action/index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`)