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 ebce93c commit 3776c9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/buildAndSendSignatures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
pointer="$(echo "${signature}" | tr '[:lower:]' '[:upper:]')_EMAIL"
echo pointer is $pointer
email_value="${!pointer}"
echo pointer is $email_value
echo curl --url 'smtps://smtp.gmail.com:465' \
--ssl-reqd \
--mail-from '${{secrets.EMAIL_USERNAME}}' \
Expand Down
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 3776c9e

Please sign in to comment.