mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-23 16:41:00 -05:00
Merge pull request 'docs: sudo scope is obsolete, remove it' (#92) from earl-warren/setup-forgejo:wip-cascade-end-to-end into main
Reviewed-on: https://code.forgejo.org/actions/setup-forgejo/pulls/92
This commit is contained in:
commit
36311a582a
2 changed files with 4 additions and 4 deletions
|
@ -41,8 +41,8 @@ It can only be run on the `self-hosted` platform, running on a host with LXC ins
|
|||
| image-version | Container image version | `false` | 1.20 |
|
||||
| user | Administrator user name | `false` | root |
|
||||
| password | Administrator password | `false` | admin1234 |
|
||||
| runner | Runner git repository | `false` | https://code.forgejo.org/forgejo/runner |
|
||||
| runner-version | Runner version | `false` | v3.0.1 |
|
||||
| runner | Runner repository | `false` | https://code.forgejo.org/forgejo/runner |
|
||||
| runner-version | Runner version. If it starts with @ (for instance @featurebranch), the runner will be built from source using the specified branch. | `false` | v3.0.1 |
|
||||
| container | Name of the container running the Forgejo instance | `false` | forgejo |
|
||||
| lxc-ip-prefix | Class C IP prefix used by LXC | `false` | 10.0.23 |
|
||||
| install-only | Only install Forgejo and the Forgejo runner, do not launch them | `false` | false |
|
||||
|
@ -56,7 +56,7 @@ It can only be run on the `self-hosted` platform, running on a host with LXC ins
|
|||
| --- | --- |
|
||||
| url | URL of the Forgejo instance |
|
||||
| host-port | Host and port of the Forgejo instance, e.g 172.0.17.2:3000 |
|
||||
| token | Administrator application token with all,sudo scopes |
|
||||
| token | Administrator application token with all scopes |
|
||||
| runner-logs | Filename of the Forgejo runner logs |
|
||||
| runner-file | Path to the runner file |
|
||||
<!-- action-docs-outputs -->
|
||||
|
|
|
@ -64,7 +64,7 @@ outputs:
|
|||
description: "Host and port of the Forgejo instance, e.g 172.0.17.2:3000"
|
||||
value: "${{ steps.forgejo.outputs.host-port }}"
|
||||
token:
|
||||
description: "Administrator application token with all,sudo scopes"
|
||||
description: "Administrator application token with all scopes"
|
||||
value: "${{ steps.forgejo.outputs.token }}"
|
||||
runner-logs:
|
||||
description: "Filename of the Forgejo runner logs"
|
||||
|
|
Loading…
Reference in a new issue