-
Notifications
You must be signed in to change notification settings - Fork 2
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 #9 from LeSpocky/cosmetics
Verbesserung der E-Mail-Erinnerung
- Loading branch information
Showing
2 changed files
with
22 additions
and
4 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# EditorConfig is awesome: https://EditorConfig.org | ||
|
||
# top-most EditorConfig file | ||
root = true | ||
|
||
# Unix-style newlines with a newline ending every file | ||
[*] | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
|
||
[*.{yml,yaml}] | ||
indent_style = space | ||
indent_size = 2 |
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
next_date: ${{ steps.date.outputs.next_date }} | ||
next_date_iso: ${{ steps.date.outputs.next_date_iso }} | ||
next_date_year: ${{ steps.date.outputs.next_date_year }} | ||
|
||
discord: | ||
name: "Discord" | ||
runs-on: ubuntu-latest | ||
|
@@ -38,7 +38,7 @@ jobs: | |
steps: | ||
- uses: cstuder/[email protected] | ||
with: | ||
title: "Netz39-Stammtisch am kommenden Mittwoch (${{ needs.date.outputs.next_date }}) um 19:30 Uhr!" | ||
title: "Netz39-Stammtisch am kommenden Mittwoch (${{ needs.date.outputs.next_date }}) um 19:30 Uhr!" | ||
message: "Folgende Themen werden besprochen: https://wiki.netz39.de/stammtisch:${{ needs.date.outputs.next_date_year }}:${{ needs.date.outputs.next_date_iso }}" | ||
env: | ||
APPRISE_URL: discord://${{ secrets.APPRISE_DISCORD_WEBHOOK_ID }}/${{ secrets.APPRISE_DISCORD_TOKEN }} | ||
|
@@ -55,9 +55,14 @@ jobs: | |
message: |- | ||
Hallo Leute, | ||
am kommenden Mittwoch (${{ needs.date.outputs.next_date }}) findet um 19:30 unser nächster Netz39-Stammtisch in unseren Vereinsräumlichkeiten (Leibnizstraße 32) statt! Folgende Themen werden besprochen: https://wiki.netz39.de/stammtisch:${{ needs.date.outputs.next_date_year }}:${{ needs.date.outputs.next_date_iso }} | ||
am kommenden Mittwoch (${{ needs.date.outputs.next_date }}) findet um 19:30 Uhr unser nächster | ||
Netz39-Stammtisch in unseren Vereinsräumlichkeiten (Leibnizstraße 32) statt! | ||
Folgende Themen werden besprochen: | ||
https://wiki.netz39.de/stammtisch:${{ needs.date.outputs.next_date_year }}:${{ needs.date.outputs.next_date_iso }} | ||
Falls ihr hybrid teilnehmen möchtet, gebt uns bitte bis 2h vorher Bescheid, indem du auf diese Mail antwortetst. Dann kümmern wir uns um die Online-Variante. | ||
Falls Ihr hybrid teilnehmen möchtet, gebt uns bitte bis zwei | ||
Stunden vorher Bescheid, indem Ihr auf diese Mail antwortet. | ||
Dann kümmern wir uns um die Online-Variante. | ||
Viele Grüße, | ||
das Netz39-Team | ||
|