diff --git a/.github/workflows/cicd_scheduled_notify-seated-prs.yml b/.github/workflows/cicd_scheduled_notify-seated-prs.yml index bafaf9163928..f727a0d6201b 100644 --- a/.github/workflows/cicd_scheduled_notify-seated-prs.yml +++ b/.github/workflows/cicd_scheduled_notify-seated-prs.yml @@ -181,7 +181,7 @@ jobs: core.warning(`Slack user Id [${member}] cannot be found, exiting`); process.exit(0); } - core.setOutput('guthub_user', foundMappin.github_user); + core.setOutput('guthub_user', foundMapping.github_user); console.log(`Members: ${JSON.stringify(members, null, 2)}`); console.log(`Channels: ${JSON.stringify(channels, null, 2)}`);