更新 .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
2b6b1bdfb8
commit
7754d7648d
@ -11,10 +11,6 @@ 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 }}."
|
||||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||||
- name: Check git version
|
|
||||||
run: |
|
|
||||||
echo "git -v"
|
|
||||||
git -v
|
|
||||||
- name: Check nodejs version
|
- name: Check nodejs version
|
||||||
run: |
|
run: |
|
||||||
echo "node -v"
|
echo "node -v"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user