on: push: branches: - 'master' jobs: synchro: runs-on: linux_amd64 steps: - name: List files in the repository shell: bash run: | echo Sync files with server echo "We are in $PWD" git clone ${{ gitea.workspace }} echo "We have : $(ls -lta)" - run: echo "Job ended with status '${{ job.status }}'."