From a2aa87c68d047d6a87d76f5b1711b8d2baabab26 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Sat, 13 Jun 2026 14:16:03 +0200 Subject: [PATCH] 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 --- docs/usage/actions/runner.mdx | 2 -- docs/usage/actions/variables.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/usage/actions/runner.mdx b/docs/usage/actions/runner.mdx index bd85f7e6..61ccbfc5 100644 --- a/docs/usage/actions/runner.mdx +++ b/docs/usage/actions/runner.mdx @@ -2,8 +2,6 @@ date: "2023-04-27T15:00:00+08:00" slug: "runner" sidebar_position: 20 -aliases: - - /act-runner --- # Gitea Runner diff --git a/docs/usage/actions/variables.md b/docs/usage/actions/variables.md index a195628b..e288638d 100644 --- a/docs/usage/actions/variables.md +++ b/docs/usage/actions/variables.md @@ -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`
`GITHUB_ENV` | Path to the file that sets environment variables for subsequent steps. | `/home/runner/work/_temp/_runner_file_commands/set_env_***` | | `GITEA_OUTPUT`
`GITHUB_OUTPUT` | Path to the file that sets step output parameters. | `/home/runner/work/_temp/_runner_file_commands/set_output_***` | | `GITEA_PATH`
`GITHUB_PATH` | Path to the file that adds system `PATH` entries for subsequent steps. | `/home/runner/work/_temp/_runner_file_commands/add_path_***` |