Skip to content

Commit 0928679

Browse files
committed
Remove beta note for Configuration variables
This beta note was out of date. It was added in 4717018 (Jan 2023) and the feature was announced as stable [in July 2023](https://github.blog/enterprise-software/devops/introducing-required-workflows-and-configuration-variables-to-github-actions/). c7404ec (Dec 2024) removed the beta note from “Defining configuration variables for multiple workflows”. This commit cleans up the last remaining usage, and the shared beta note file itself.
1 parent 9a91913 commit 0928679

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

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

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

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

0 commit comments

Comments
 (0)