This commit is contained in:
parent
2304174e2e
commit
dbf47c5b8c
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ jobs:
|
|||
synchro:
|
||||
runs-on: linux_amd64
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
echo Sync files with server
|
||||
|
|
Loading…
Reference in a new issue