WIP: test de la CI
/ synchro (push) Successful in 0s
Details
/ synchro (push) Successful in 0s
Details
This commit is contained in:
parent
a39bf59b04
commit
102885e90d
|
@ -6,6 +6,6 @@ jobs:
|
||||||
- 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 ${{ github.action_path }}"
|
||||||
echo "We have : $(ls ${{ github.action_path }})"
|
echo "We have : $(ls ${{ github.action_path }})"
|
||||||
- run: echo "Job ended with status '${{ job.status }}'."
|
- run: echo "Job ended with status '${{ job.status }}'."
|
||||||
|
|
Loading…
Reference in New Issue