Skip to content

Commit 5a7bc20

Browse files
authored
Merge pull request #50473 from github/repo-sync
Repo sync
2 parents dcf5e28 + b047e93 commit 5a7bc20

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

content/actions/learn-github-actions/contexts.md

+1
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,7 @@ The `runner` context contains information about the runner that is executing the
577577
| `runner.temp` | `string` | {% data reusables.actions.runner-temp-directory-description %} |
578578
| `runner.tool_cache` | `string` | {% data reusables.actions.runner-tool-cache-description %} |
579579
| `runner.debug` | `string` | {% data reusables.actions.runner-debug-description %} |
580+
| `runner.environment` | `string` | {% data reusables.actions.runner-environment-description %} |
580581

581582
{%- comment %}
582583
The `runner.workspace` property is purposefully not documented. It is an early Actions property that now isn't relevant for users, compared to `github.workspace`. It is kept around for compatibility.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The environment of the runner executing the job. Possible values are: `github-hosted` for GitHub-hosted runners provided by GitHub, and `self-hosted` for self-hosted runners configured by the repository owner.

0 commit comments

Comments
 (0)