Обновить .gitea/workflows/build.yml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
This commit is contained in:
parent
6361043c25
commit
dea2ff0023
|
@ -9,7 +9,8 @@ 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 }}."
|
||||||
- name: List files in the repository
|
- run: echo "${{ url }}${{ gitea.repository }}"
|
||||||
|
- name: Build the packages
|
||||||
run: |
|
run: |
|
||||||
git clone ${{ url }}${{ gitea.repository }}
|
git clone ${{ url }}${{ gitea.repository }}
|
||||||
pwd
|
pwd
|
||||||
|
|
Loading…
Reference in New Issue
Block a user