This commit is contained in:
parent
28c33cb896
commit
a4bb56c180
@ -25,6 +25,10 @@ jobs:
|
||||
- name: Run the python application
|
||||
run: python app.py
|
||||
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
|
||||
- name: Push the changes to the FTP server
|
||||
uses: https://github.com/wangyucode/sftp-upload-action@v2.0.4
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user