Skip to content

Commit 170a09e

Browse files
authored
sentence fix: remove duplicated verb in step list
Step 7 of the **Choosing and using a workflow** template procedure repeats the verb: "For example, you might want to change the value of on to change when the workflow runs." This change removes the duplication and proposes the corrected sentence "For example, you might want to change the value of on when the workflow runs."
1 parent b6ed45f commit 170a09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/how-tos/write-workflows/use-workflow-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ topics:
3838
There are guides to accompany many of the workflow templates for building and testing projects. For more information, see [AUTOTITLE](/actions/automating-builds-and-tests).
3939

4040
1. Some workflow templates use secrets. For example, {% raw %}`${{ secrets.npm_token }}`{% endraw %}. If the workflow template uses a secret, store the value described in the secret name as a secret in your repository. For more information, see [AUTOTITLE](/actions/security-guides/using-secrets-in-github-actions).
41-
1. Optionally, make additional changes. For example, you might want to change the value of `on` to change when the workflow runs.
41+
1. Optionally, make additional changes. For example, you might want to change the value of `on` when the workflow runs.
4242
1. Click **Start commit**.
4343
1. Write a commit message and decide whether to commit directly to the default branch or to open a pull request.
4444

0 commit comments

Comments
 (0)