From f14f434817ede9b803544dec814add5219bd1466 Mon Sep 17 00:00:00 2001 From: Urs Rudolph Date: Thu, 18 Dec 2025 20:55:45 +0100 Subject: [PATCH] Fixed wrong action syntax --- .gitea/workflows/demo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 96403ed..f4da4c0 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -13,11 +13,11 @@ jobs: uses: actions/checkout@v4 - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - name: Install bun dependency - - run: echo "🖥️ install bun." + run: echo "🖥️ install bun." - run: curl -fsSL https://bun.com/install | bash - name: List files in the repository run: | ls ${{ gitea.workspace }} - name: test bun script - - run: bun --version + run: bun --version - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file