diff --git a/.gitea/workflows/nightly.yaml b/.gitea/workflows/nightly.yaml index 49834f0..67a7afd 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 ${{ steps.check.outputs.needs-updating }} - name: Set up docker buildx uses: docker/setup-buildx-action@v3 with: