1
0
mirror of synced 2026-01-08 21:02:10 -05:00

Update the Actions Quickstart article (#51906)

This commit is contained in:
Sunbrye Ly
2024-08-15 08:41:55 -07:00
committed by GitHub
parent ab8e9b46a0
commit 5db69165e9
56 changed files with 213 additions and 178 deletions

View File

@@ -1,7 +1,7 @@
# <!-- This is a YAML comment for use in annotated code examples. -->
# You can run this workflow using a different operating systems.
#
# The starter workflow configures jobs to run on Linux, using the {% data variables.product.prodname_dotcom %}-hosted `ubuntu-latest` runners. You can change the `runs-on` key to run your jobs on a different operating system.
# The workflow template configures jobs to run on Linux, using the {% data variables.product.prodname_dotcom %}-hosted `ubuntu-latest` runners. You can change the `runs-on` key to run your jobs on a different operating system.
#
# For example, you can use the {% data variables.product.prodname_dotcom %}-hosted Windows runners by specifying `runs-on: windows-latest`. Or, you can run on the {% data variables.product.prodname_dotcom %}-hosted macOS runners using `runs-on: macos-latest`.
#