-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from FreifunkMD/invitation-form
💄 Improve the form of reminder/invitation messages
- Loading branch information
Showing
1 changed file
with
4 additions
and
6 deletions.
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 |
---|---|---|
|
@@ -33,7 +33,7 @@ jobs: | |
- uses: cstuder/[email protected] | ||
with: | ||
title: "📡 Kommenden Montag (${{ needs.date.outputs.next_date }}) ist wieder Freifunk Stammtisch 📡" | ||
message: "Am kommenden Montag (${{ needs.date.outputs.next_date }}) ist unser nächstes Freifunk-Treffen, um 19:30 Uhr in den Räumen des Netz39 e.V. in der Leibnizstr. 32!" | ||
message: "Wir treffen uns um 19:30 Uhr in den Räumen des Netz39 e.V. in der Leibnizstr. 32!" | ||
env: | ||
APPRISE_URL: discord://${{ secrets.APPRISE_DISCORD_WEBHOOK_ID }}/${{ secrets.APPRISE_DISCORD_TOKEN }} | ||
|
||
|
@@ -49,13 +49,11 @@ jobs: | |
message: |- | ||
Liebe Freifunk-Interessent:innen, | ||
unser nächstes Treffen findet am kommenden Montag (${{ needs.date.outputs.next_date }}) um 19:30 Uhr in den Räumen | ||
des Netz39 e.V. (Leibnizstr. 32) statt. | ||
unser nächstes Treffen findet am kommenden Montag (${{ needs.date.outputs.next_date }}) um 19:30 Uhr in den Räumen des Netz39 e.V. (Leibnizstr. 32) statt. | ||
Falls ihr hybrid teilnehmen möchtet, gebt uns bitte bis 2h vorher per Mail an [email protected] | ||
Bescheid, dann kümmern wir uns um die Online-Variante. | ||
Falls ihr hybrid teilnehmen möchtet, gebt uns bitte bis 2h vorher per Mail an [email protected] Bescheid, dann kümmern wir uns um die Online-Variante. | ||
Viele Grüße, | ||
Das ffmd-Team | ||
env: | ||
APPRISE_URL: mailtos://mail.netz39.de/?user=${{ secrets.APPRISE_MAIL_USER }}&pass=${{ secrets.APPRISE_MAIL_PASS }}&[email protected],[email protected],[email protected] | ||
APPRISE_URL: mailtos://mail.netz39.de/?user=${{ secrets.APPRISE_MAIL_USER }}&pass=${{ secrets.APPRISE_MAIL_PASS }}&from=FFMD<[email protected]>&[email protected],[email protected],[email protected] |