on: [push] jobs: synchro: runs-on: linux_amd64 steps: - name: List files in the repository run: | echo Sync files with server echo "We are in ${{ github.action_path }}" echo "We have : $(ls ${{ github.action_path }})" - run: echo "Job ended with status '${{ job.status }}'."