Skip to content

Commit

Permalink
Fix broken workflow by update apprise-ga
Browse files Browse the repository at this point in the history
Pinned to python 3.11 in apprise-ga solved the problem
  • Loading branch information
MG-5 authored Oct 16, 2023
1 parent 1bb8ad2 commit 6d6e616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/meeting-reminder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
needs:
- date
steps:
- uses: cstuder/apprise-ga@v3.0.1
- uses: cstuder/apprise-ga@v3.0.2
with:
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 }}"
Expand All @@ -49,7 +49,7 @@ jobs:
needs:
- date
steps:
- uses: cstuder/apprise-ga@v3.0.1
- uses: cstuder/apprise-ga@v3.0.2
with:
title: "Netz39-Stammtisch am kommenden Mittwoch (${{ needs.date.outputs.next_date }})"
message: |-
Expand Down

0 comments on commit 6d6e616

Please sign in to comment.