Skip to content

Commit

Permalink
Update quickstart.md to clarify steps 1 & 2 (github#20920)
Browse files Browse the repository at this point in the history
* Update quickstart.md to clarify steps 1 & 2 

This is in reference to issue: github/docs-content#4837 (comment)

* Apply suggestions from code review

Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>
  • Loading branch information
Steve-Glass and jmarlena authored Aug 19, 2021
1 parent 7398c30 commit 5e40655
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/actions/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ The following example shows you how {% data variables.product.prodname_actions %

## Creating your first workflow

1. From your repository on {% data variables.product.prodname_dotcom %}, create a new file in the `.github/workflows` directory named `github-actions-demo.yml`. For more information, see "[Creating new files](/github/managing-files-in-a-repository/creating-new-files)."
2. Copy the following YAML contents into the `github-actions-demo.yml` file:
1. Create a `.github/workflows` directory in your repository on {% data variables.product.prodname_dotcom %} if this directory does not already exist.
2. In the `.github/workflows` directory, create a file named `github-actions-demo.yml`. For more information, see "[Creating new files](/github/managing-files-in-a-repository/creating-new-files)."
3. Copy the following YAML contents into the `github-actions-demo.yml` file:
{% raw %}
```yaml{:copy}
name: GitHub Actions Demo
Expand Down

0 comments on commit 5e40655

Please sign in to comment.