Skip to content

Commit 8b8561d

Browse files
lecoursenjmarlena
andauthored
Slash commands private beta (#17664)
* Empty commit * Empty commit * Empty commit * Empty commit * Empty commit * Empty commit * Empty commit * Empty commit * Empty commit * Empty commit * Empty commit * Empty commit * Empty commit * Create reusable * Empty commit * Fix reusable reference * Reset staging Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>
1 parent 46ccfc5 commit 8b8561d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

content/actions/reference/workflow-syntax-for-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ versions:
1717

1818
### About YAML syntax for workflows
1919

20-
Workflow files use YAML syntax, and must have either a `.yml` or `.yaml` file extension. If you're new to YAML and want to learn more, see "[Learn YAML in five minutes](https://www.codeproject.com/Articles/1214409/Learn-YAML-in-five-minutes)."
20+
Workflow files use YAML syntax, and must have either a `.yml` or `.yaml` file extension. {% data reusables.actions.learn-more-about-yaml %}
2121

2222
You must store workflow files in the `.github/workflows` directory of your repository.
2323

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
If you're new to YAML and want to learn more, see "[Learn YAML in five minutes](https://www.codeproject.com/Articles/1214409/Learn-YAML-in-five-minutes)."

0 commit comments

Comments
 (0)