From 11b6cc53206599af6e44e44f769421e89b6cb07e Mon Sep 17 00:00:00 2001 From: Urs Rudolph Date: Thu, 18 Dec 2025 20:53:18 +0100 Subject: [PATCH] Fixed typo --- .gitea/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 13218d5..96403ed 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -12,7 +12,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - -name: Install bun dependency + - name: Install bun dependency - run: echo "🖥️ install bun." - run: curl -fsSL https://bun.com/install | bash - name: List files in the repository