From 58d65e9144a592908626cc70cf289ead09b71572 Mon Sep 17 00:00:00 2001 From: Berenice Monsivais <153947742+beremonsivais@users.noreply.github.com> Date: Fri, 6 Sep 2024 10:12:13 -0600 Subject: [PATCH] Added format to new note Fixes github/docs #33389 Added correct format to new note. --- ...accessing-contextual-information-about-workflow-runs.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 d676d15a9b56..a9855f035f2d 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 @@ -365,8 +365,11 @@ The contents of the `vars` context is a mapping of configuration variable names This example workflow shows how configuration variables set at the repository, environment, or organization levels are automatically available using the `vars` context. -> [!NOTE] -> Configuration variables at the environment level are automatically available after their environment is declared by the runner. +{% note %} + +Note: Configuration variables at the environment level are automatically available after their environment is declared by the runner. + +{% endnote %} {% data reusables.actions.actions-vars-context-example-usage %}