Update .gitea/workflows/gitea.yaml
This commit is contained in:
parent
9309856bb9
commit
d7daefa561
@ -12,7 +12,7 @@ jobs:
|
|||||||
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
run: echo "💡 Cloned repository: ${{ gitea.repository }} to the runner."
|
- run: echo "💡 Cloned repository: ${{ gitea.repository }} to the runner."
|
||||||
- name: Download dependencies
|
- name: Download dependencies
|
||||||
run: echo "Downloading dependencies."
|
run: echo "Downloading dependencies."
|
||||||
run: npm ci --cache .npm --prefer-offline
|
run: npm ci --cache .npm --prefer-offline
|
||||||
|
Loading…
x
Reference in New Issue
Block a user