2 Commits

Author SHA1 Message Date
a1012112796 bbb483e8e2 Update README.md
Gitea Actions Demo / Explore-Gitea-Actions (pull_request) Successful in 9s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 25s
2026-04-08 16:09:17 +08:00
a1012112796 3487071b19 更新 README.md
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 11s
Signed-off-by: a1012112796 <1012112796@qq.com>
2026-02-28 08:42:18 +08:00
2 changed files with 2 additions and 21 deletions
-20
View File
@@ -1,20 +0,0 @@
name: Gitea Actions
on: [push]
jobs:
run-php:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2' # adapte si besoin (7.4, 8.0, etc.)
- run: php -r "echo 'Hello, world.';"
- run: php -r "phpinfo();"
- run: php -r "print('Hello, world.');"
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
+2 -1
View File
@@ -4,4 +4,5 @@ test gitea action
test haha
test 2
12345
asdf