Skip to content

Commit be42a9a

Browse files
committed
Name checkout action
1 parent 5ea2d6d commit be42a9a

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.github/workflows/mdbook-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
with:
1818
submodules: recursive
1919

20-
- uses: ./.github/actions/checkout
20+
- name: Checkout `selfdrive`
21+
uses: ./.github/actions/checkout
2122

2223
- name: Build docs
2324
run: mdbook build

.github/workflows/mdbook.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
with:
1616
submodules: recursive
1717

18-
- uses: ./.github/actions/checkout
18+
- name: Checkout `selfdrive`
19+
uses: ./.github/actions/checkout
1920

2021
- name: Build docs
2122
run: mdbook build

.github/workflows/node_fw.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
with:
1818
submodules: recursive
1919

20-
- uses: ./.github/actions/checkout
20+
- name: Checkout `selfdrive`
21+
uses: ./.github/actions/checkout
2122

2223
- name: Build firmware
2324
run: fwpio run

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
with:
1717
submodules: recursive
1818

19-
- uses: ./.github/actions/checkout
19+
- name: Checkout `selfdrive`
20+
uses: ./.github/actions/checkout
2021

2122
- run: pre-commit run --show-diff-on-failure --color=always

0 commit comments

Comments
 (0)