From 0928679a113a78c2f0fd5278a8a5f0bead6da280 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 17 Jun 2025 00:00:05 +0100 Subject: [PATCH] Remove beta note for Configuration variables MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This beta note was out of date. It was added in 471701851fa5fd8303b67f41c54570cce4d8bc98 (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/). c7404ec9b7bbd5f240a369f59b6a6179ced4a0ee (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. --- .../accessing-contextual-information-about-workflow-runs.md | 2 -- data/reusables/actions/configuration-variables-beta-note.md | 2 -- 2 files changed, 4 deletions(-) delete mode 100644 data/reusables/actions/configuration-variables-beta-note.md diff --git a/content/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs.md b/content/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs.md index af4aa0360ff7..0de56405137a 100644 --- a/content/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs.md +++ b/content/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs.md @@ -347,8 +347,6 @@ jobs: ## `vars` context -{% data reusables.actions.configuration-variables-beta-note %} - 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). ### Example contents of the `vars` context diff --git a/data/reusables/actions/configuration-variables-beta-note.md b/data/reusables/actions/configuration-variables-beta-note.md deleted file mode 100644 index 9aaebc0d63fe..000000000000 --- a/data/reusables/actions/configuration-variables-beta-note.md +++ /dev/null @@ -1,2 +0,0 @@ -> [!NOTE] -> Configuration variables for {% data variables.product.prodname_actions %} are in {% data variables.release-phases.public_preview %} and subject to change.