From 62edef3aed283bc6aad00ccea7ff7c9dbe2c6615 Mon Sep 17 00:00:00 2001 From: "Adrien Bourmault (neox)" Date: Fri, 20 Oct 2023 09:49:43 +0200 Subject: [PATCH] WIP: test de la CI --- .forgejo/workflows/ci.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index eb1f602..8b7d97d 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -3,6 +3,8 @@ jobs: synchro: runs-on: linux_amd64 steps: - - run: |+ - echo Sync files with server - ls ${{ gitea.workspace }} + - name: List files in the repository + run: | + echo Sync files with server + ls ${{ gitea.workspace }} + - run: echo "🍏 This job's status is ${{ job.status }}."