From 389eb01d899bf9a9085546f9e2c2d0635028c327 Mon Sep 17 00:00:00 2001 From: moonlightwatch Date: Wed, 26 Mar 2025 16:08:41 +0800 Subject: [PATCH] update action --- .gitea/workflows/demo.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 324b001..e49d8a8 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -13,6 +13,7 @@ jobs: uses: actions/checkout@v3 - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." + - run: echo "workspace - ${{ gitea.workspace }}" - name: List files in the repository ${{ gitea.workspace }} run: | ls ${{ gitea.workspace }}