2f2c447104
colored jq
2025-06-14 22:41:11 +02:00
3b952f8862
CI updates + devcontainer
2025-06-14 22:38:49 +02:00
e3f3ba4f86
build(deps): bump actions/checkout from 3 to 4 ( #179 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 08:47:40 +02:00
3c0bbc53ef
Support reading the subject from a file. ( #173 )
...
Allows dynamic subjects to be generated at action runtime
(e.g., "Foobar version 1.2.3 is released", where 1.2.3
is not known at action config time).
Leverages the existing file:// support for body, but renames
getBody to getText, in keeping with this expanded role.
2023-08-08 14:24:30 +02:00
6d8218d1d2
workflows: update checkout action
2023-04-25 09:17:22 +02:00
07d4810b3b
Add connection_url input parameter ( #131 )
...
Specify connection via URL (replaces server_address, server_port,
secure, username and password)
Format:
* smtp://user:password@server:port
* smtp+starttls://user:password@server:port
Closes : #127
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com >
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com >
2022-09-09 18:53:48 +02:00
8d8aef4e43
workflows: ignore README
2021-07-13 18:24:00 +02:00
44663f34dd
Added ability to adjust priority to the mail message ( #66 ) ( #67 )
...
* Added ability to adjust priority to the mail message (#66 )
Co-authored-by: John Pastore <cbbm142@github.com >
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com >
2021-07-02 18:33:56 +02:00
21a68c2b95
workflows: fix
2021-04-25 16:36:40 +02:00
f94f0e37fa
workflows: fix input
...
[skip ci]
2021-04-25 16:23:58 +02:00
75773ecb8c
workflows: adjust tests
2021-04-25 16:20:37 +02:00
2095e6ffe3
Add markdown format support ( #25 )
...
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com >
2020-11-30 18:51:34 +01: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
2f8c1bc14a
workflows: trigger only on pushes to master
2020-04-07 10:42:30 +02:00
c550a7182d
workflows: test sending mails with attachments
2020-04-07 10:38:01 +02:00
b961a9185a
workflows: without address in from input
2020-03-27 10:06:02 +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
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
342f3d0405
workflows: only text/html and text/plain
2020-03-24 14:04:42 +01:00
7f4c9d2837
workflows: test different content types
2020-03-24 13:46:09 +01:00
fa231fb236
initial javascript rewrite
2020-03-05 23:26:34 +01:00
df3751004c
workflow: send mail to pusher too
2019-12-17 23:44:47 +01:00
2f26726c4f
require file:// prefix in body if loading a file
2019-12-08 11:23:04 +01:00
f50066a2fe
read body from file if specified so
2019-12-06 10:26:00 +01:00
2b63aaa674
workflow: delete unneeded matrix
2019-11-18 13:25:32 +01:00
cca8b03288
init
2019-11-18 13:23:22 +01:00