-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
publish mvn site via github workflow - take 10
- Loading branch information
Kristel
committed
Dec 21, 2024
1 parent
8bef017
commit 751aef4
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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): | ||
|
@@ -99,6 +99,9 @@ jobs: | |
body: > | ||
Tado API verification job has finished with status ${{ needs.verify.result }} | ||
Details: | ||
* repo: ${{ github.repository }} | ||
* workflow: ${{ github.workflow }} | ||
|