From f69adb8c525ccfadd8196014de7d60129197e82f Mon Sep 17 00:00:00 2001 From: Martin Lopes Date: Fri, 8 Jan 2021 12:19:41 +1000 Subject: [PATCH] Update content/actions/reference/workflow-syntax-for-github-actions.md --- content/actions/reference/workflow-syntax-for-github-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/reference/workflow-syntax-for-github-actions.md b/content/actions/reference/workflow-syntax-for-github-actions.md index 79a4bc84d69c..793820874f76 100644 --- a/content/actions/reference/workflow-syntax-for-github-actions.md +++ b/content/actions/reference/workflow-syntax-for-github-actions.md @@ -676,7 +676,7 @@ steps: shell: pwsh ``` -#### Example running a script using PowerShell Desktop +#### Example: Using PowerShell Desktop to run a script ```yaml steps: