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 7fdedf3 commit f2d00b6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/buildAndSendSignatures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:

env:
GH_ACTIONS_ENV: true
MODIFIED_PATHS: ${{ toJson(github.event.pusher.changes) }}

jobs:
build_and_send_signatures:
Expand Down
1 change: 1 addition & 0 deletions src/sendEmails.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ for signature in $1; do
echo pointer is $pointer
email_value="${!pointer}"
echo value is $email_value
echo a secret is $INFORMATICS_EMAIL
echo curl --url 'smtps://smtp.gmail.com:465' --ssl-reqd --mail-from "${EMAIL_USERNAME}" --mail-rcpt "${email_value}" --user "${EMAIL_USERNAME}:${EMAIL_PASSWORD}" --upload-file "${PROJECT_FOLDER}/out/${signature}.html"
curl --url 'smtps://smtp.gmail.com:465' \
--ssl-reqd \
Expand Down
1 change: 1 addition & 0 deletions templates/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,4 @@
</div>
</body>
</html>

0 comments on commit f2d00b6

Please sign in to comment.