diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 5ffeb9a..2c3abd7 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -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: