Fixes
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 29s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 29s
This commit is contained in:
parent
748f9a289b
commit
32316126b3
@ -37,4 +37,4 @@ COMPOSER_VERSION=2.2.5
|
||||
MYSQL_VERSION=10.4.8
|
||||
MONGODB_VERSION=5
|
||||
NGINX_VERSION=1.21.5-alpine
|
||||
PHP_VERSION=7.4
|
||||
PHP_VERSION=8.2
|
||||
|
||||
@ -13,7 +13,8 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- 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."
|
||||
- name: List files in the repository
|
||||
- name: Make Setup
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
make make-init
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user