Skip to content

Commit

Permalink
UPDATED: typo in the uppercase method and meaningless changes to trig…
Browse files Browse the repository at this point in the history
…ger workflows
  • Loading branch information
AleixMT committed Apr 9, 2024
1 parent c266acb commit ba710e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildAndSendSignatures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
id: send-emails
run: |
for signature in ${{ steps.changed-files.outputs.signatures_to_build }}; do
pointer="{signature^^}_EMAIL"
pointer="$(echo "${signature}" | tr '[:lower:]' '[:upper:]')_EMAIL"
email_value="${!pointer}"
echo curl --url 'smtps://smtp.gmail.com:465' \
--ssl-reqd \
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 ba710e4

Please sign in to comment.