Skip to content

Commit 1c9f67f

Browse files
authored
Merge pull request #56124 from github/repo-sync
Repo sync
2 parents 6b54b84 + 2c2fb03 commit 1c9f67f

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

content/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,6 @@ jobs:
347347

348348
## `vars` context
349349

350-
{% data reusables.actions.configuration-variables-beta-note %}
351-
352350
The `vars` context contains custom configuration variables set at the organization, repository, and environment levels. For more information about defining configuration variables for use in multiple workflows, see [AUTOTITLE](/actions/learn-github-actions/variables#defining-variables-for-multiple-workflows).
353351

354352
### Example contents of the `vars` context

content/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ Forking a repository is similar to duplicating a repository, with the following
4646
* Code pushed to a fork is visible to all repositories in the fork network, even after that fork is deleted.
4747
* You can use a pull request to suggest changes from your fork to the upstream repository.
4848
* You can bring changes from the upstream repository to your fork by synchronizing your fork with the upstream repository.
49-
* Forks have their own members, branches, tags, labels, policies, issues, pull requests, discussions, actions, projects, and wikis.
5049
* Forks inherit the restrictions of their upstream repositories. For example, branch protection rules cannot be passed down if the upstream repository belongs to an organization on a {% data variables.product.prodname_free_team %} plan.
5150

51+
Like duplicated repositories, forks have their own members, branches, tags, labels, policies, issues, pull requests, discussions, actions, projects, and wikis.
52+
5253
## Further reading
5354

5455
* [AUTOTITLE](/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models)

data/reusables/actions/configuration-variables-beta-note.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)