Skip to content

Commit 461b753

Browse files
authored
Improve action summary
1 parent b516059 commit 461b753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/gmail/actions/send-email/send-email.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export default {
117117
}
118118
const opts = await this.gmail.getOptionsToSendEmail($, this);
119119
const response = await this.gmail.sendEmail(opts);
120-
$.export("$summary", `Successfully sent email to ${opts.to}`);
120+
$.export("$summary", "Successfully sent the email");
121121
return response;
122122
},
123123
};

0 commit comments

Comments
 (0)