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:
|
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 }}."
|
||||||
|
|
Loading…
Reference in New Issue