From bb3a21caa66e970d4ed42abd0f26dc6db17f3ad7 Mon Sep 17 00:00:00 2001
From: Guillaume Lapierre <g.lapierre@senat.fr>
Date: Tue, 12 Nov 2024 11:29:01 +0100
Subject: [PATCH] fix: needs updating action

---
 .gitea/workflows/nightly.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitea/workflows/nightly.yaml b/.gitea/workflows/nightly.yaml
index 49834f0..d8255ec 100644
--- a/.gitea/workflows/nightly.yaml
+++ b/.gitea/workflows/nightly.yaml
@@ -28,8 +28,8 @@ jobs:
         with:
           base-image: roundcube/roundcubemail:latest-apache
           image: zeguigui/roundcubemail:latest-apache 
-      - name: Needs updating ?
-        run: echo "Needs updating: ${{ steps.check.outputs.needs-updating }}"
+      - name: Needs updating
+        run: echo "Needs updating ${{ steps.checkupdate.outputs.needs-updating }}"
       - name: Set up docker buildx
         uses: docker/setup-buildx-action@v3
         with: