Skip to content

Commit

Permalink
ADDED: meaningless change to trigger workflow, send emails only to th…
Browse files Browse the repository at this point in the history
…e person that has a change in the signatures, not all of them.
  • Loading branch information
AleixMT committed Apr 9, 2024
1 parent f630afd commit 941c9db
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildAndSendJSignatures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
from: ${{secrets.EMAIL_USERNAME}}
body: Aquest missatge ha estat auto-generat.
ignore_cert: true
attachments: ./out/*.html
attachments: ./out/J.html
priority: low
2 changes: 1 addition & 1 deletion .github/workflows/buildAndSendOSignatures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
from: ${{secrets.EMAIL_USERNAME}}
body: Aquest missatge ha estat auto-generat.
ignore_cert: true
attachments: ./out/*.html
attachments: ./out/O.html
priority: low
2 changes: 1 addition & 1 deletion .github/workflows/buildAndSendPSignatures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
from: ${{secrets.EMAIL_USERNAME}}
body: Aquest missatge ha estat auto-generat.
ignore_cert: true
attachments: ./out/*.html
attachments: ./out/P.html
priority: low
2 changes: 1 addition & 1 deletion .github/workflows/buildAndSendXSignatures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
from: ${{secrets.EMAIL_USERNAME}}
body: Aquest missatge ha estat auto-generat.
ignore_cert: true
attachments: ./out/*.html
attachments: ./out/X.html
priority: low
1 change: 0 additions & 1 deletion templates/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,3 @@

</body>
</html>

0 comments on commit 941c9db

Please sign in to comment.