Skip to content

Commit be86a2b

Browse files
committed
remove double checkout
1 parent 93a2e44 commit be86a2b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout Main AoC code
1515
uses: actions/checkout@v6
1616

17-
- name: Bring in the gradle wrapper running the build
17+
- name: Bring In Gradle Wrapper
1818
uses: gradle/actions/wrapper-validation@v4
1919

2020
- name: Set up JDK 21
@@ -47,23 +47,21 @@ jobs:
4747
- name: Checkout Main AoC code
4848
uses: actions/checkout@v6
4949

50-
- name: Checkout the AoC Input files
50+
- name: Checkout The AoC Input Files
5151
uses: actions/checkout@v6
5252
with:
5353
token: ${{ secrets.AOC_INPUT }}
5454
repository: peckb1/advent-of-code-input
5555
path: advent-of-code-input
5656
ref: main
5757

58-
- name: Checkout repository
59-
uses: actions/checkout@v3
60-
- name: Download build artifact
58+
- name: Download Build
6159
uses: actions/download-artifact@v5
6260
with:
6361
name: build-output
6462
path: .
6563

66-
- name: Bring in the gradle wrapper running the build
64+
- name: Bring In Gradle Wrapper
6765
uses: gradle/actions/wrapper-validation@v4
6866

6967
- name: Set up JDK 21

0 commit comments

Comments
 (0)