updated samples

هذا الالتزام موجود في:
Chris Ayers
2022-07-06 16:54:09 -04:00
الأصل e3ab43c8c0
التزام 76de084efc
6 ملفات معدلة مع 15 إضافات و13 حذوفات

عرض الملف

@@ -23,7 +23,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Runs a single command using the runners shell
- name: Run a one-line script
- name: Hello Job1
run: echo Hello from job1
job2:
# The type of runner that the job will run on
@@ -32,7 +32,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Runs a single command using the runners shell
- name: Run a one-line script
- name: Hello Job2
run: echo Hello from job2
job3:
# The type of runner that the job will run on
@@ -41,5 +41,5 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Runs a single command using the runners shell
- name: Run a one-line script
- name: Hello Job3
run: echo Hello from job3