From 567583190340ac0d506300ff32acd9249174af1b Mon Sep 17 00:00:00 2001 From: Dagger Date: Sun, 22 Oct 2023 11:05:58 -0500 Subject: [PATCH] Woopsie in Action again --- .gitea/workflows/image-deploy.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/image-deploy.yaml b/.gitea/workflows/image-deploy.yaml index 2bcf444..6381c88 100644 --- a/.gitea/workflows/image-deploy.yaml +++ b/.gitea/workflows/image-deploy.yaml @@ -7,15 +7,15 @@ jobs: container: image: python:3.9 steps: - - run: python --version - - run: pip --version - name: Check out repository code uses: actions/checkout@v3 - - name: List files in the repository - - run: | - ls ${{ gitea.workspace }} - - run: pip install -r requirements.txt - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." + - name: List files in the repository + run: | + ls ${{ gitea.workspace }} + - run: python --version + - run: pip --version + - run: pip install -r requirements.txt Build-Image: runs-on: ubuntu-latest