We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114997f commit a409c67Copy full SHA for a409c67
docs/guides/get-started.md
@@ -20,7 +20,7 @@ _If creating a [new workflow](https://docs.github.com/en/actions/concepts/workfl
20
21
::: code-group
22
<<< @/snippets/basic/step.yaml {4,5,10,11 yaml} [Existing Workflow ~vscode-icons:folder-type-github~]
23
-<<< @/snippets/basic/workflow.yaml {17,18,23,24 yaml} [New Workflow ~vscode-icons:folder-type-github~]
+<<< @/snippets/basic/workflow.yaml {15,16,21,22 yaml} [New Workflow ~vscode-icons:folder-type-github~]
24
:::
25
26
**Make sure to update the highlighted lines and add your [secrets](#secrets).**
0 commit comments