Skip to content

Commit

Permalink
Fix log message to correctly reflect team member removal order
Browse files Browse the repository at this point in the history
  • Loading branch information
austenstone committed Feb 28, 2025
1 parent c01b2a9 commit 341736d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41617,7 +41617,7 @@ const run = () => __awaiter(void 0, void 0, void 0, function* () {
team_slug: seat.assigning_team.slug,
username: seat.assignee.login
});
core.info(`${seat.assigning_team.slug} removed from team ${seat.assignee.login}`);
core.info(`${seat.assignee.login} removed from team ${seat.assigning_team.slug}`);
}
}));
}
Expand Down

0 comments on commit 341736d

Please sign in to comment.