Skip to content

Commit

Permalink
Fixing report seated PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
victoralfaro-dotcms committed Sep 21, 2024
1 parent 253b09a commit fe2cbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd_scheduled_notify-seated-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)}`);
Expand Down

0 comments on commit fe2cbf9

Please sign in to comment.