From 88b490882af44ce17b3d4539f1910e99b99bef67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20SALVI?= Date: Sat, 21 Dec 2024 19:16:14 +0100 Subject: [PATCH] Action: build custom image --- .gitea/workflows/gitea-ci.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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