Skip to content

Commit b30b58b

Browse files
sentence fix: remove duplicated verb in step list (#40314)
Co-authored-by: Sharra-writes <sharra-writes@github.com>
1 parent da59d97 commit b30b58b

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)