on: push: branches: - 'master' 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)" - run: echo "Job ended with status '${{ job.status }}'."