-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README and new GithubActions to send by email
Update README.md Update README.md Create send_readme.yml Update send_readme.yml Update send_readme.yml Update send_readme.yml
- Loading branch information
1 parent
dc570fe
commit 3dd6945
Showing
2 changed files
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: Send README by email | ||
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: '0 6 * * 1' | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: checkout repo | ||
uses: actions/[email protected] | ||
- name: send mail | ||
uses: dawidd6/[email protected] | ||
with: | ||
connection_url: ${{secrets.MAIL_CONNECTION}} | ||
subject: Resultats tests repo OpenERP Som Addons | ||
to: ${{secrets.MAIL_DESTINATION}} | ||
from: El sentinela del ERP <[email protected]> | ||
html_body: file://README.md | ||
convert_markdown: true | ||
server_port: 587 | ||
secure: true | ||
nodemailerlog: true | ||
nodemailerdebug: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters