This commit is contained in:
parent
4796a50f8c
commit
5e6d93ce72
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,6 @@ jobs:
|
|||
run: |
|
||||
echo Sync files with server
|
||||
echo "We are in $PWD"
|
||||
git clone ${{ gitea.workspace }}
|
||||
git clone ${{ gitea.server_url }}/${{ gitea.workspace }}
|
||||
echo "We have : $(ls -lta)"
|
||||
- run: echo "Job ended with status '${{ job.status }}'."
|
||||
|
|
Loading…
Reference in a new issue