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

This commit is contained in:
Adrien Bourmault 2023-10-20 09:49:43 +02:00
parent 8e33704efa
commit 62edef3aed
Signed by: neox
GPG Key ID: 2974E1D5F25DFCC8
1 changed files with 5 additions and 3 deletions

View File

@ -3,6 +3,8 @@ jobs:
synchro: synchro:
runs-on: linux_amd64 runs-on: linux_amd64
steps: steps:
- run: |+ - name: List files in the repository
echo Sync files with server run: |
ls ${{ gitea.workspace }} echo Sync files with server
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."