Update .gitea/workflows/demo.yaml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 5s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 5s
This commit is contained in:
parent
3ce29c6454
commit
3ee9bebee8
@ -11,6 +11,9 @@ jobs:
|
||||
- run: echo "The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
||||
- name: Install nodejs
|
||||
run: echo "Node installed with version"
|
||||
- run: apt update
|
||||
- run: apt install nodejs
|
||||
- run: echo "${node --version}"
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- run: echo "The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user