From 9309856bb924325fa6ce9e6341b129c738c0964d Mon Sep 17 00:00:00 2001 From: thomas Date: Sun, 22 Sep 2024 12:47:21 +0200 Subject: [PATCH] Update .gitea/workflows/gitea.yaml --- .gitea/workflows/gitea.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/gitea.yaml b/.gitea/workflows/gitea.yaml index 3c22256..9af8572 100644 --- a/.gitea/workflows/gitea.yaml +++ b/.gitea/workflows/gitea.yaml @@ -11,8 +11,8 @@ jobs: - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - name: Check out repository code - run: echo "💡 Cloning repository: ${{ gitea.repository }} to the runner." uses: actions/checkout@v4 + run: echo "💡 Cloned repository: ${{ gitea.repository }} to the runner." - name: Download dependencies run: echo "Downloading dependencies." run: npm ci --cache .npm --prefer-offline