Skip to content

Commit 6cdf933

Browse files
committed
Change Checkout to Checkout Code
1 parent bb98888 commit 6cdf933

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Build Test
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: Checkout
11+
- name: Checkout Code
1212
uses: actions/checkout@v3
1313

1414
- name: Build

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Build and Deploy
1515
runs-on: ubuntu-latest
1616
steps:
17-
- name: Checkout
17+
- name: Checkout Code
1818
uses: actions/checkout@v3
1919
with:
2020
fetch-depth: 0

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Check Changes
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: Checkout
11+
- name: Checkout Code
1212
uses: actions/checkout@v3
1313

1414
- name: Check Changes

.github/workflows/notebook-execution-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Notebook Execution Test
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: Checkout
11+
- name: Checkout Code
1212
uses: actions/checkout@v3
1313

1414
- name: Execute Notebooks

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Deploy PR Previews
2020
runs-on: ubuntu-latest
2121
steps:
22-
- name: Checkout
22+
- name: Checkout Code
2323
uses: actions/checkout@v3
2424
with:
2525
fetch-depth: 0

0 commit comments

Comments
 (0)