Skip to content

Commit ecaec6e

Browse files
committed
Merge branch 'main' of github.com:github/docs-internal into remove-fpt
2 parents 2b31096 + 2da36a7 commit ecaec6e

23 files changed

Lines changed: 43 additions & 38 deletions

content/actions/reference/context-and-expression-syntax-for-github-actions.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,14 @@ The `github` context contains information about the workflow run and the event t
111111

112112
The `env` context contains environment variables that have been set in a workflow, job, or step. For more information about setting environment variables in your workflow, see "[Workflow syntax for {% data variables.product.prodname_actions %}](/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#env)."
113113

114-
The `env` context syntax allows you to use the value of an environment variable in your workflow file. If you want to use the value of an environment variable inside a runner, use the runner operating system's normal method for reading environment variables.
114+
The `env` context syntax allows you to use the value of an environment variable in your workflow file. You can use the `env` context in the value of any key in a **step** except for the `id` and `uses` keys. For more information on the step syntax, see "[Workflow syntax for {% data variables.product.prodname_actions %}](/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#jobsjob_idsteps)."
115115

116-
You can only use the `env` context in the value of the `with` and `name` keys, or in a step's `if` conditional. For more information on the step syntax, see "[Workflow syntax for {% data variables.product.prodname_actions %}](/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#jobsjob_idsteps)."
116+
If you want to use the value of an environment variable inside a runner, use the runner operating system's normal method for reading environment variables.
117117

118118
| Property name | Type | Description |
119119
|---------------|------|-------------|
120120
| `env` | `object` | This context changes for each step in a job. You can access this context from any step in a job. |
121-
| `env.<env name>` | `string` | The value of a specific environment variable. |
122-
121+
| `env.<env_name>` | `string` | The value of a specific environment variable. |
123122

124123
#### `job` context
125124

content/actions/reference/workflow-syntax-for-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ For more information about cron syntax, see "[Events that trigger workflows](/ac
187187

188188
### `env`
189189

190-
A `map` of environment variables that are available to all jobs and steps in the workflow. You can also set environment variables that are only available to a job or step. For more information, see [`jobs.<job_id>.env`](#jobsjob_idenv) and [`jobs.<job_id>.steps[*].env`](#jobsjob_idstepsenv).
190+
A `map` of environment variables that are available to the steps of all jobs in the workflow. You can also set environment variables that are only available to the steps of a single job or to a single step. For more information, see [`jobs.<job_id>.env`](#jobsjob_idenv) and [`jobs.<job_id>.steps[*].env`](#jobsjob_idstepsenv).
191191

192192
{% data reusables.repositories.actions-env-var-note %}
193193

content/github/getting-started-with-github/keyboard-shortcuts.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,10 @@ For more keyboard shortcuts, see the [CodeMirror documentation](https://codemirr
159159
| Keyboard shortcut | Description
160160
|-----------|------------
161161
|<kbd>command + space </kbd> or <kbd>control + space</kbd> | In the workflow editor, get suggestions for your workflow file.
162+
|<kbd>g</kbd> <kbd>f</kbd> | Go to the workflow file
163+
|<kbd>shift + t</kbd> or <kbd>T</kbd> | Toggle timestamps in logs
164+
|<kbd>shift + f</kbd> or <kbd>F</kbd> | Toggle fullscreen logs
165+
|<kbd>esc</kbd> | Exit fullscreen logs
162166

163167
{% endif %}
164168

content/github/managing-your-work-on-github/managing-labels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ versions:
2727

2828
You can manage your work on {% data variables.product.product_name %} by creating labels to categorize issues and pull requests. You can apply labels in the repository the label was created in. Once a label exists, you can use the label on any issue or pull request within that repository.
2929

30-
Anyone with read access to a repository can view and search the repository’s labels. To create, edit, apply, or delete a label, you must have write access to the repository.
30+
Anyone with read access to a repository can view and search the repository’s labels. Anyone with triage access to a repository can apply/dismiss existing labels. To create, edit, apply, or delete a label, you must have write access to the repository.
3131

3232
### About default labels
3333

content/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ In addition to managing organization-level settings, organization owners have ad
5858
| View [GitHub Actions workflow runs](/actions/automating-your-workflow-with-github-actions/managing-a-workflow-run) | **X** | **X** | **X** | **X** | **X** |{% endif %}
5959
| Edit wikis | **X** | **X** | **X** | **X** | **X** |{% if currentVersion == "free-pro-team@latest" %}
6060
| [Report abusive or spammy content](/articles/reporting-abuse-or-spam) | **X** | **X** | **X** | **X** | **X** |{% endif %}
61-
| Apply labels | | **X** | **X** | **X** | **X** |
61+
| Apply/dismiss labels | | **X** | **X** | **X** | **X** |
6262
| Create, edit, delete labels | | | **X** | **X** | **X** |
6363
| Close, reopen, and assign all issues and pull requests | | **X** | **X** | **X** | **X** |{% if currentVersion == "free-pro-team@latest" %}
6464
| [Enable and disable auto-merge on a pull request](/github/administering-a-repository/managing-auto-merge-for-pull-requests-in-your-repository) | | | **X** | **X** | **X** |{% endif %}

content/github/site-policy/amendment-to-github-terms-of-service-applicable-to-us-federal-government-users.md renamed to content/github/site-policy-deprecated/amendment-to-github-terms-of-service-applicable-to-us-federal-government-users.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ redirect_from:
66
- /articles/proposed-amendment-to-github-terms-of-service-applicable-to-u-s-federal-government-users/
77
- /articles/amendment-to-github-terms-of-service-applicable-to-u-s-federal-government-users
88
- /articles/amendment-to-github-terms-of-service-applicable-to-us-federal-government-users
9+
- /github/site-policy/amendment-to-github-terms-of-service-applicable-to-us-federal-government-users
910
versions:
1011
free-pro-team: '*'
1112
---

content/github/site-policy/github-ae-data-protection-agreement.md renamed to content/github/site-policy-deprecated/github-ae-data-protection-agreement.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ versions:
55
free-pro-team: '*'
66
redirect_from:
77
- /github/site-policy/ghem-data-protection-addendum
8+
- /github/site-policy/github-ae-data-protection-agreement
89
---
910

1011
_These terms apply to Customers who licensed the Products prior to January 4, 2021._

content/github/site-policy/github-ae-product-specific-terms.md renamed to content/github/site-policy-deprecated/github-ae-product-specific-terms.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ versions:
55
free-pro-team: '*'
66
redirect_from:
77
- /github/site-policy/ghem-supplemental-terms-for-microsoft-volume-licensing
8+
- /github/site-policy/github-ae-product-specific-terms
89
---
910

1011
_These terms apply to Customers who licensed the Products prior to January 4, 2021._

content/github/site-policy/github-connect-addendum-to-the-github-enterprise-license-agreement.md renamed to content/github/site-policy-deprecated/github-connect-addendum-to-the-github-enterprise-license-agreement.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ hidden: true
44
redirect_from:
55
- /articles/github-com-connection-addendum-to-the-github-enterprise-license-agreement/
66
- /articles/github-connect-addendum-to-the-github-enterprise-license-agreement
7+
- /github/site-policy/github-connect-addendum-to-the-github-enterprise-license-agreement
78
versions:
89
free-pro-team: '*'
910
---

content/github/site-policy/github-data-protection-addendum.md renamed to content/github/site-policy-deprecated/github-data-protection-addendum.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: GitHub Data Protection Addendum
33
hidden: true
4+
redirect_from:
5+
- /github/site-policy/github-data-protection-addendum
46
versions:
57
free-pro-team: '*'
68
---

0 commit comments

Comments
 (0)