Update .gitea/workflows/demo.yml
Some checks failed
/ Explore-Gitea-Actions (push) Failing after 49s
Some checks failed
/ Explore-Gitea-Actions (push) Failing after 49s
This commit is contained in:
parent
f20385480a
commit
6802954d5c
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ jobs:
|
||||||
- run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event."
|
- run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||||
- run: echo " This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
- 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 }}."
|
- run: echo " The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
||||||
|
- run: env
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue