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 }}."