Compare commits

...

8 Commits

Author SHA1 Message Date
891c273f65 test 2025-04-15 01:23:10 +08:00
e7c5dab7ea test
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in -1s
2025-04-15 01:17:07 +08:00
2bb189d93a test
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
2025-04-15 01:12:28 +08:00
e8b49afc51 test
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 7s
2025-04-15 01:03:43 +08:00
a8cd9edb9a test
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
2025-04-15 00:53:58 +08:00
bd433d2093 test
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2025-04-15 00:45:38 +08:00
2e82e1549e test 2025-04-15 00:42:19 +08:00
38b24620ac test 2025-04-15 00:41:47 +08:00
4 changed files with 23 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
name: Gitea Actions Demo name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push] on: [workflow_dispatch]
# on: [push] pull_request schedule workflow_dispatch
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@@ -0,0 +1,3 @@
# user app
用户管理

View File

@@ -0,0 +1,16 @@
download
```sh
https://gitea.com/gitea/act_runner/releases
./act_runner --config config.yaml [command]
./act_runner --config config.yaml register
./act_runner daemon --config config.yaml
```
```sh
pm2 start ./act_runner --name runner -- daemon --config config.yaml
```

View File

@@ -38,7 +38,8 @@ runner:
# If it's empty when registering, it will ask for inputting labels. # If it's empty when registering, it will ask for inputting labels.
# If it's empty when execute `daemon`, will use labels in `.runner` file. # If it's empty when execute `daemon`, will use labels in `.runner` file.
labels: labels:
- "ubuntu-latest:docker://gitea/runner-images:ubuntu-latest" # - "ubuntu-latest:docker://gitea/runner-images:ubuntu-latest"
- "ubuntu-latest:host"
- "ubuntu-22.04:docker://gitea/runner-images:ubuntu-22.04" - "ubuntu-22.04:docker://gitea/runner-images:ubuntu-22.04"
- "ubuntu-20.04:docker://gitea/runner-images:ubuntu-20.04" - "ubuntu-20.04:docker://gitea/runner-images:ubuntu-20.04"