From ecf0214bedf1cf0b39ff8af079801e251167c360 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20SALVI?= Date: Sat, 21 Dec 2024 19:18:46 +0100 Subject: [PATCH] Action: build custom image --- .gitea/workflows/gitea-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index 3f503b4..ff8cb63 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v4 - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: | - ls ${{ gitea.workspace }} + echo "${{ secrets.PASS }}" - run: | cd ${{ gitea.workspace }} - run: |