Skip to content

Commit

Permalink
meaningless changes to trigger workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Apr 9, 2024
1 parent cc54545 commit 1b0421a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/sendEmails.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ for signature in $@; do
--mail-rcpt "${email_value}" \
--user "${EMAIL_USERNAME}:${EMAIL_PASSWORD}" \
-H 'content-type: application/x-www-form-urlencoded' \
--data-binary "${PROJECT_FOLDER}/out/${signature}.html"
-T "${PROJECT_FOLDER}/out/${signature}.html"
done
1 change: 1 addition & 0 deletions templates/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,4 @@
</div>
</body>
</html>

0 comments on commit 1b0421a

Please sign in to comment.