Remove act-runner references following rename to Gitea Runner in v1.0.0

Drops the /act-runner URL alias from runner.mdx and updates the
GITEA_ACTIONS_RUNNER_VERSION example value to 1.0.8.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Nicolas
2026-06-13 14:16:03 +02:00
parent d1b8a7a7c5
commit a2aa87c68d
2 changed files with 1 additions and 3 deletions

View File

@@ -2,8 +2,6 @@
date: "2023-04-27T15:00:00+08:00"
slug: "runner"
sidebar_position: 20
aliases:
- /act-runner
---
# Gitea Runner

View File

@@ -84,7 +84,7 @@ These environment variables are set automatically in every workflow run and can
|---|---|---|
| `CI` | Always set to `true`. | `true` |
| `GITEA_ACTIONS` | Always set to `true`. Useful to distinguish Gitea Actions from other CI systems. | `true` |
| `GITEA_ACTIONS_RUNNER_VERSION` | The version of the runner executing the workflow. | `0.2.11` |
| `GITEA_ACTIONS_RUNNER_VERSION` | The version of the runner executing the workflow. | `1.0.8` |
| `GITEA_ENV`<br/>`GITHUB_ENV` | Path to the file that sets environment variables for subsequent steps. | `/home/runner/work/_temp/_runner_file_commands/set_env_***` |
| `GITEA_OUTPUT`<br/>`GITHUB_OUTPUT` | Path to the file that sets step output parameters. | `/home/runner/work/_temp/_runner_file_commands/set_output_***` |
| `GITEA_PATH`<br/>`GITHUB_PATH` | Path to the file that adds system `PATH` entries for subsequent steps. | `/home/runner/work/_temp/_runner_file_commands/add_path_***` |