fix labels
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
This commit is contained in:
@@ -4,7 +4,7 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: services
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- 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!"
|
||||||
|
|||||||
@@ -49,7 +49,6 @@ services:
|
|||||||
GITEA_INSTANCE_URL: "http://192.168.1.202:3005"
|
GITEA_INSTANCE_URL: "http://192.168.1.202:3005"
|
||||||
GITEA_RUNNER_REGISTRATION_TOKEN: "JjKRS66pgttENtYVVmhnT3TpfjVMfH7mIdEY19R3"
|
GITEA_RUNNER_REGISTRATION_TOKEN: "JjKRS66pgttENtYVVmhnT3TpfjVMfH7mIdEY19R3"
|
||||||
GITEA_RUNNER_NAME: "services-runner"
|
GITEA_RUNNER_NAME: "services-runner"
|
||||||
GITEA_RUNNER_LABELS: "services"
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./runner/config.yaml:/config.yaml
|
- ./runner/config.yaml:/config.yaml
|
||||||
- ./runner/data:/data
|
- ./runner/data:/data
|
||||||
|
|||||||
Reference in New Issue
Block a user