Commit Graph

109 Commits

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