Skip to content

Commit

Permalink
Merge pull request #9 from LeSpocky/cosmetics
Browse files Browse the repository at this point in the history
Verbesserung der E-Mail-Erinnerung
  • Loading branch information
penguineer authored Nov 6, 2023
2 parents 6d6e616 + 33c9985 commit 0cbbfdf
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
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
13 changes: 9 additions & 4 deletions .github/workflows/meeting-reminder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -38,7 +38,7 @@ jobs:
steps:
- uses: cstuder/apprise-ga@v3.0.2
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 }}
Expand All @@ -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
Expand Down

0 comments on commit 0cbbfdf

Please sign in to comment.