From 96d7e02c2d07b2ec398d877a25f790a155c56199 Mon Sep 17 00:00:00 2001 From: Nicholas Hebert Date: Tue, 30 Nov 2021 10:51:37 -0400 Subject: [PATCH] Add missing raw element --- .../learn-github-actions/workflow-syntax-for-github-actions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/actions/learn-github-actions/workflow-syntax-for-github-actions.md b/content/actions/learn-github-actions/workflow-syntax-for-github-actions.md index 8486bb805a..9741e69151 100644 --- a/content/actions/learn-github-actions/workflow-syntax-for-github-actions.md +++ b/content/actions/learn-github-actions/workflow-syntax-for-github-actions.md @@ -298,6 +298,7 @@ When using the `workflow_dispatch` event, you can optionally specify inputs that The triggered workflow receives the inputs in the `github.event.inputs` context. For more information, see "[Contexts](/actions/learn-github-actions/contexts#github-context)." ### Example +{% raw %} ```yaml on: workflow_dispatch: