Skip to content

Commit

Permalink
FIXED: typo in parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Apr 9, 2024
1 parent 0afa40a commit b5621a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildAndSendSignatures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ env:
EMAIL_USERNAME: ${{ secrets.EMAIL_USERNAME }}
EMAIL_PASSWORD: ${{ secrets.EMAIL_PASSWORD }}
ALEIXMT_NAME: ${{ secrets.ALEIXMT_NAME }}
ALEIXMT_PHONE: ${{ secrets.ALEIXMT_PHONE }}
ALEIXMT_EMAIL: ${{ secrets.ALEIXMT_EMAIL }}
ALEIXMT_POSITION: ${{ secrets.ALEIXMT_POSITION }}
ALEIXMT_LINKEDIN: ${{ secrets.ALEIXMT_LINKEDIN }}
INFORMATICS_NAME: ${{ secrets.INFORMATICS_NAME }}
INFORMATICS_PHONE: ${{ secrets.INFORMATICS_PHONE }}
INFORMATICS_EMAIL: ${{ secrets.INFORMATICS_EMAIL }}
INFORMATICS_POSITION: ${{ secrets.INFORMATICS_POSITION }}
INFORMATICS_LINKEDIN: ${{ secrets.INFORMATICS_LINKEDIN }}

Expand Down
1 change: 1 addition & 0 deletions templates/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,4 @@
</body>
</html>


0 comments on commit b5621a0

Please sign in to comment.