diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 2943739..5eceb79 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -7,11 +7,10 @@ jobs: synchro: runs-on: linux_amd64 steps: - - uses: actions/checkout@v3 - name: List files in the repository shell: bash run: | echo Sync files with server echo "We are in $PWD" - echo "We have : $(ls)" + echo "We have : $(ls -lta)" - run: echo "Job ended with status '${{ job.status }}'."