Update .gitea/workflows/gitea.yaml

This commit is contained in:
thomas 2024-09-22 12:47:21 +02:00
parent bc43946601
commit 9309856bb9

View File

@ -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