From ed7bb203a551d41a8f176ca78fff40fe24df8c6d Mon Sep 17 00:00:00 2001 From: shreeya-sengupta Date: Sun, 22 Nov 2020 00:02:53 +0530 Subject: [PATCH] Update point 2 of Creating your first workflow On reading point 2 of Creating your first workflow section it is not clear that the commit should not be done immediately on the same branch (point 2) and the user should go to point 3 before committing. Adding an extra line in point 2 to inculcate this clarity. --- content/actions/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/quickstart.md b/content/actions/quickstart.md index 8b2bdc7cdb82..f74b94f2e98e 100644 --- a/content/actions/quickstart.md +++ b/content/actions/quickstart.md @@ -19,7 +19,7 @@ You only need an existing {% data variables.product.prodname_dotcom %} repositor ### Creating your first workflow 1. From your repository on {% data variables.product.prodname_dotcom %}, create a new file in the `.github/workflows` directory named `superlinter.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 `superlinter.yml` file. **Note:** If your default branch is not `main`, update the value of `DEFAULT_BRANCH` to match your repository's default branch name. +2. Copy the following YAML contents into the `superlinter.yml` file. **Note:** If your default branch is not `main`, update the value of `DEFAULT_BRANCH` to match your repository's default branch name. Do not commit the new file yet and go to step 3. {% raw %} ```yaml{:copy} name: Super-Linter