WIP: test de la CI
/ synchro (push) Successful in 0s Details

This commit is contained in:
Adrien Bourmault 2023-10-20 10:02:28 +02:00
parent a85bba3bb3
commit a39bf59b04
Signed by: neox
GPG Key ID: 2974E1D5F25DFCC8
1 changed files with 1 additions and 3 deletions

View File

@ -3,11 +3,9 @@ jobs:
synchro: synchro:
runs-on: linux_amd64 runs-on: linux_amd64
steps: steps:
- name: Check out repository code
uses: master
- name: List files in the repository - name: List files in the repository
run: | run: |
echo Sync files with server echo Sync files with server
echo "We are in $PWD" echo "We are in $PWD"
echo "We have : $(ls)" echo "We have : $(ls ${{ github.action_path }})"
- run: echo "Job ended with status '${{ job.status }}'." - run: echo "Job ended with status '${{ job.status }}'."