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

This commit is contained in:
Benjamyn Love 2023-07-18 22:25:24 -04:00
parent 9e633528af
commit b035d66b77

View File

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