From a4bb56c180a8a760ffc5f4fac7fb492aac82e36a Mon Sep 17 00:00:00 2001 From: vitrinekast Date: Tue, 7 Jan 2025 12:43:59 +0100 Subject: [PATCH] diff workflow --- .gitea/workflows/demo.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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: