From a39bf59b04729a6cd907906823858f6da084a40a Mon Sep 17 00:00:00 2001 From: "Adrien Bourmault (neox)" Date: Fri, 20 Oct 2023 10:02:28 +0200 Subject: [PATCH] WIP: test de la CI --- .forgejo/workflows/ci.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index ee4daa2..175b9ed 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -3,11 +3,9 @@ jobs: synchro: runs-on: linux_amd64 steps: - - name: Check out repository code - uses: master - name: List files in the repository run: | echo Sync files with server echo "We are in $PWD" - echo "We have : $(ls)" + echo "We have : $(ls ${{ github.action_path }})" - run: echo "Job ended with status '${{ job.status }}'."