diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 184b862..22a1d85 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -3,6 +3,8 @@ jobs: synchro: runs-on: linux_amd64 steps: + - name: Check out repository code + uses: actions/checkout@v3 - name: List files in the repository run: | echo Sync files with server