Skip to content

Commit 549b957

Browse files
committed
Sync from Osuny
1 parent 09f6840 commit 549b957

4 files changed

Lines changed: 16 additions & 9 deletions

.github/workflows/deuxfleurs.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
steps:
1515

1616
- name: Récupération des données
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v6
1818
with:
1919
submodules: true
2020

2121
- name: Installation de Node
22-
uses: actions/setup-node@v3
22+
uses: actions/setup-node@v6
2323
with:
2424
node-version: 'lts/*'
2525
cache: 'yarn'
@@ -43,11 +43,9 @@ jobs:
4343
AWS_SECRET_ACCESS_KEY: ${{ secrets.DEUXFLEURS_SECRET }}
4444

4545
- name: Notification Slack en cas d'échecs
46-
uses: ravsamhq/notify-slack-action@2.3.0
47-
if: always()
48-
with:
49-
status: ${{ job.status }}
50-
notify_when: "failure"
51-
notification_title: ""
46+
uses: rtCamp/action-slack-notify@v2
47+
if: failure()
5248
env:
53-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
49+
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}
50+
SLACK_TITLE: 'Problem on repo ${{ github.event.repository.name }}'
51+
SLACK_COLOR: '#FF0000'

content/en/events/2026/02/04-degrowth-collective-strategy-and-imagination-for-building-different-futures.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
dates:
5050
status: "archive"
5151
archive: true
52+
event:
53+
kind: simple
54+
is_child: false
5255
computed:
5356
short: >-
5457
February 4, 2026

content/en/events/2026/02/20-beyond-the-human-nature-dualism-an-unlearning-training.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@
5252
dates:
5353
status: "archive"
5454
archive: true
55+
event:
56+
kind: simple
57+
is_child: false
5558
computed:
5659
short: >-
5760
From February 20 to 22, 2026

content/en/events/2026/05/15-visions-of-tomorrow-a-utopian-perspective-1.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
dates:
5151
status: "future"
5252
archive: false
53+
event:
54+
kind: simple
55+
is_child: false
5356
computed:
5457
short: >-
5558
From May 15 to 24, 2026

0 commit comments

Comments
 (0)