WIP: test de la CI
/ synchro (push) Successful in 0s
Details
/ synchro (push) Successful in 0s
Details
This commit is contained in:
parent
8e33704efa
commit
62edef3aed
|
@ -3,6 +3,8 @@ jobs:
|
|||
synchro:
|
||||
runs-on: linux_amd64
|
||||
steps:
|
||||
- run: |+
|
||||
echo Sync files with server
|
||||
ls ${{ gitea.workspace }}
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
echo Sync files with server
|
||||
ls ${{ gitea.workspace }}
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
|
|
Loading…
Reference in New Issue