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