Skip to content

Commit

Permalink
publish mvn site via github workflow - take 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristel committed Dec 21, 2024
1 parent 8bef017 commit 751aef4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
# Optional (recommended) mail server password:
password: ${{secrets.MAIL_APP_PASSWORD}}
# Required mail subject:
subject: '[GitHub] Tado API verification job has finished with status ${{ needs.verify.result }}'
subject: '[GitHub | ${{ github.repository }}] Tado API verification job has finished with status ${{ needs.verify.result }}'
# Required recipients' addresses:
to: [email protected]
# Required sender full name (address can be skipped):
Expand All @@ -99,6 +99,9 @@ jobs:
body: >
Tado API verification job has finished with status ${{ needs.verify.result }}
Details:
* repo: ${{ github.repository }}
* workflow: ${{ github.workflow }}
Expand Down

0 comments on commit 751aef4

Please sign in to comment.