1
0
mirror of synced 2025-12-22 19:34:15 -05:00

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>
This commit is contained in:
Laura Coursen
2021-02-18 12:05:07 -06:00
committed by GitHub
parent 46ccfc5d93
commit 8b8561d0dd
2 changed files with 2 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ versions:
### About YAML syntax for workflows
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)."
Workflow files use YAML syntax, and must have either a `.yml` or `.yaml` file extension. {% data reusables.actions.learn-more-about-yaml %}
You must store workflow files in the `.github/workflows` directory of your repository.