mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2026-06-17 15:24:41 +07:00
6e71c855c9
Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com>
10 lines
136 B
JavaScript
10 lines
136 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
upgrade: true,
|
|
reject: [
|
|
// API changes break existing tests
|
|
'proxy'
|
|
]
|
|
};
|