Skip to content

Commit 16cf61a

Browse files
committed
Sync from Osuny
1 parent 5eb4930 commit 16cf61a

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

.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/fr/events/2026/03/13-journee-de-conferences-partage-et-debats.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
13 mars 2026

0 commit comments

Comments
 (0)