diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index 168e87d..3f503b4 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -9,9 +9,9 @@ jobs: steps: - uses: actions/checkout@v4 - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: | - ls ${{ gitea.workspace }} - run: | - cd ${{ gitea.workspace }} - run: | - pwd + - run: | + ls ${{ gitea.workspace }} + - run: | + cd ${{ gitea.workspace }} + - run: | + pwd