Skip to content

Commit

Permalink
Update README and new GithubActions to send by email
Browse files Browse the repository at this point in the history
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
oriolpiera committed Feb 5, 2024
1 parent dc570fe commit 3dd6945
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/send_readme_by_email.yml
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
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ Repository whith OpenERP addons customization made by [Som Energia](https://www.
[![CI](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/integration_config.yml/badge.svg)](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/integration_config.yml)
[![Coverage Status](https://coveralls.io/repos/github/Som-Energia/openerp_som_addons/badge.svg?branch=)](https://coveralls.io/github/Som-Energia/openerp_som_addons?branch=)

## List of modules
Available addons
List of modules
----------------
tests | name | description
--- | --- | ---
Expand Down Expand Up @@ -38,7 +37,7 @@ tests | name | description
[![som_informe](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_informe.yml/badge.svg)](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_informe.yml) | [som_informe](som_informe/) |
[![som_inversions](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_inversions.yml/badge.svg)](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_inversions.yml) | [som_inversions](som_inversions/) |
[![som_l10n_ES_aeat_mod347](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_l10n_ES_aeat_mod347.yml/badge.svg)](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_l10n_ES_aeat_mod347.yml) | [som_l10n_ES_aeat_mod347](som_l10n_ES_aeat_mod347/) |
| [som_modul_fulla](som_modul_fulla/) |
_ | [som_modul_fulla](som_modul_fulla/) |
[![som_partner_account](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_partner_account.yml/badge.svg)](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_partner_account.yml) | [som_partner_account](som_partner_account/) |
[![som_partner_seq](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_partner_seq.yml/badge.svg)](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_partner_seq.yml) | [som_partner_seq](som_partner_seq/) |
[![som_polissa](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_polissa.yml/badge.svg)](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_polissa.yml) | [som_polissa](som_polissa/) | A customization of GiscedataPolissa model from PowerERP (GISCE)
Expand Down

0 comments on commit 3dd6945

Please sign in to comment.