Skip to content

Commit 78cad13

Browse files
committed
add checkout step name
1 parent 1e57adf commit 78cad13

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/Build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
runs-on: windows-latest
2525

2626
steps:
27-
- uses: actions/checkout@v2
27+
- name: Checkout
28+
uses: actions/checkout@v2
2829
with:
2930
fetch-depth: 0
3031

0 commit comments

Comments
 (0)