Update .gitea/workflows/demo.yaml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s

This commit is contained in:
Benjamyn Love 2023-07-18 22:22:00 -04:00
parent 6048042de5
commit 3ce29c6454

View File

@ -10,7 +10,7 @@ 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: Install nodejs
- run: echo "Node installed with version"
run: echo "Node installed with version"
- name: Check out repository code
uses: actions/checkout@v3
- run: echo "The ${{ gitea.repository }} repository has been cloned to the runner."