Commit Graph

68 Commits

Author SHA1 Message Date
bd1a6a6dc3 build(deps): bump @actions/core from 1.2.5 to 1.2.6
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-23 23:54:17 +00:00
8e479bcc5d node_modules: update v2.2.1 2020-08-30 12:08:22 +02:00
e8b7af2f44 workflows: fix 2020-07-20 07:31:58 +02:00
55c338812f workflows: test text/markdown 2020-07-20 07:29:26 +02:00
73116f5945 node_modules: update 2020-07-09 15:48:05 +02:00
80f113f0ef Merge pull request #9 from dawidd6/dependabot-npm_and_yarn-nodemailer-6.4.10
build(deps): bump nodemailer from 6.4.8 to 6.4.10
2020-06-18 07:19:08 +02:00
803b308fa9 build(deps): bump nodemailer from 6.4.8 to 6.4.10
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.4.8 to 6.4.10.
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodemailer/nodemailer/compare/v6.4.8...v6.4.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-18 05:03:53 +00:00
586960b884 Merge pull request #8 from dawidd6/dependabot-npm_and_yarn-nodemailer-6.4.8
build(deps): bump nodemailer from 6.4.6 to 6.4.8
2020-05-29 07:41:08 +02:00
cb3cb8c8be build(deps): bump nodemailer from 6.4.6 to 6.4.8
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.4.6 to 6.4.8.
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodemailer/nodemailer/compare/v6.4.6...v6.4.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-29 05:07:13 +00:00
172f2c9319 Merge pull request #7 from dawidd6/dependabot-npm_and_yarn-actions-core-1.2.4
build(deps): bump @actions/core from 1.2.3 to 1.2.4
2020-05-01 08:52:45 +02:00
611d60b8b4 build(deps): bump @actions/core from 1.2.3 to 1.2.4
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/master/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-01 05:04:19 +00:00
2f8c1bc14a workflows: trigger only on pushes to master 2020-04-07 10:42:30 +02:00
c550a7182d workflows: test sending mails with attachments v2.2.0 2020-04-07 10:38:01 +02:00
b75f3336d9 README: colon 2020-04-07 10:36:16 +02:00
0e3a58617a Merge pull request #6 from sturman/attachment
Add option to add attachments to mail message
2020-04-07 10:33:41 +02:00
3eb5d684cd Apply field description suggested by author 2020-04-07 11:32:14 +03:00
02fea7e898 Refactor parse attachments. Rename field 2020-04-07 11:30:45 +03:00
c2ca628a67 Attach multiple files to mail message 2020-04-07 11:14:31 +03:00
1733012f4d Add example in doc 2020-04-07 09:55:36 +03:00
a5cba0b6c1 Do not add attachment in case it's not specified 2020-04-07 09:50:06 +03:00
d4b4fe8144 Add possibility to attach a file to mail 2020-04-07 09:46:19 +03:00
67e2095a53 README: point to a tag instead of master branch 2020-03-29 23:16:00 +02:00
c6d4807c13 action: mail -> email v2.1.0 2020-03-27 10:24:26 +01:00
4586381ad5 action: email -> mail 2020-03-27 10:20:42 +01:00
b961a9185a workflows: without address in from input 2020-03-27 10:06:02 +01:00
ac180b7bd9 action: more descriptive descriptions 2020-03-27 09:52:00 +01:00
56a64662b4 README: optional address in from input 2020-03-25 16:30:22 +01:00
296e585baf workflows: use secret FROM 2020-03-25 16:25:22 +01:00
1cf295c810 workflows: specify email address in from input 2020-03-25 16:20:29 +01:00
f00590fc1a main: allow two variants of from 2020-03-25 16:18:35 +01:00
b27f0d4766 main: pass from input as is 2020-03-25 16:06:11 +01:00
a4a1b1f1d5 workflows: checkout code 2020-03-25 15:58:47 +01:00
ce64ae4df1 workflows: send only to pusher 2020-03-25 15:50:42 +01:00
5b4b61f0c4 workflows: max 1 parallel job can run 2020-03-24 14:09:19 +01:00
5cefbb9160 Merge pull request #4 from dawidd6/javascript
Rewrite the Action in Javascript
v2.0.0
2020-03-24 14:06:25 +01:00
342f3d0405 workflows: only text/html and text/plain 2020-03-24 14:04:42 +01:00
4f26c8c5d7 README: mention default value of content_type 2020-03-24 14:04:21 +01:00
7131984219 action: mention supporting only text/plain and text/html 2020-03-24 14:03:58 +01:00
f2e1b7650c main: don't set content-type header 2020-03-24 14:03:35 +01:00
09f36a9696 main: set content-type header in transport 2020-03-24 13:59:57 +01:00
7f4c9d2837 workflows: test different content types 2020-03-24 13:46:09 +01:00
fafdc9738d update dependencies 2020-03-24 13:34:13 +01:00
7dcd3223b9 main: restore content_type and delete html 2020-03-24 13:32:53 +01:00
47fc78c33b README: restore content_type and delete html 2020-03-24 13:32:43 +01:00
5d128efdd4 action: restore content_type and delete html 2020-03-24 13:32:34 +01:00
8b0be78c90 main: use console.log
core.info does not print objects
2020-03-05 23:26:38 +01:00
cc89fb17b6 main: info toString 2020-03-05 23:26:37 +01:00
7b4177494b main: use const 2020-03-05 23:26:37 +01:00
8465ba4d6e main: use core.info instead of console.log 2020-03-05 23:26:37 +01:00
8c2729a391 main: specify enconding rather than converting buffer to string 2020-03-05 23:26:36 +01:00