Skip to content

Commit

Permalink
meaningless changes to trigger workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Apr 9, 2024
1 parent bca2ef1 commit f8c5aaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildAndSendSignatures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ jobs:
echo curl --url 'smtps://smtp.gmail.com:465' \
--ssl-reqd \
--mail-from '${{secrets.EMAIL_USERNAME}}' \
--mail-rcpt '${email_value}' \
--mail-rcpt "${email_value}" \
--user '${{secrets.EMAIL_USERNAME}}:${{secrets.EMAIL_PASSWORD}}' \
--upload-file "out/${signature}.html"
curl --url 'smtps://smtp.gmail.com:465' \
--ssl-reqd \
--mail-from '${{secrets.EMAIL_USERNAME}}' \
--mail-rcpt '${email_value}' \
--mail-rcpt "${email_value}" \
--user '${{secrets.EMAIL_USERNAME}}:${{secrets.EMAIL_PASSWORD}}' \
--upload-file "out/${signature}.html"
done
1 change: 0 additions & 1 deletion templates/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,3 @@
</div>
</body>
</html>

0 comments on commit f8c5aaa

Please sign in to comment.