Update .gitea/workflows/demo.yaml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s
This commit is contained in:
parent
9e633528af
commit
b035d66b77
@ -12,7 +12,7 @@ jobs:
|
|||||||
- name: Install nodejs
|
- name: Install nodejs
|
||||||
run: apt update
|
run: apt update
|
||||||
- run: apt install nodejs -y
|
- run: apt install nodejs -y
|
||||||
- run: node --version"
|
- run: node --version
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- run: echo "The ${{ gitea.repository }} repository has been cloned to the runner."
|
- run: echo "The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user