1
0
mirror of synced 2025-12-23 11:54:18 -05:00

Fix workflow-syntax-for-github-actions.md (#25440)

Co-authored-by: Sarah Edwards <skedwards88@github.com>
This commit is contained in:
Hrishikesh Kadam
2023-05-10 05:40:18 +05:30
committed by GitHub
parent e7f0eab007
commit 23a922214f

View File

@@ -552,7 +552,7 @@ jobs:
Alternatively, use a {% data variables.product.prodname_github_app %} instead of a {% data variables.product.pat_generic %} in order to ensure your workflow continues to run even if the {% data variables.product.pat_generic %} owner leaves. For more information, see "[AUTOTITLE](/apps/creating-github-apps/guides/making-authenticated-api-requests-with-a-github-app-in-a-github-actions-workflow)."
### `jobs.<job_id>.steps[*].run`
## `jobs.<job_id>.steps[*].run`
Runs command-line programs using the operating system's shell. If you do not provide a `name`, the step name will default to the text specified in the `run` command.