Skip to content

Commit 35b1746

Browse files
committed
ci: clean up naming
1 parent 6da686d commit 35b1746

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout repository
1717
uses: actions/checkout@v5
1818

19-
- name: Set up Repository
19+
- name: Set up repository
2020
uses: ./.github/actions/fn-setup
2121
with:
2222
cache-version: ${{ env.CACHE_VERSION }}
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v5
3232

3333
# Now the Deno cache should be warmed up, so this should be much faster
34-
- name: Set up Repository
34+
- name: Set up repository
3535
uses: ./.github/actions/fn-setup
3636
with:
3737
cache-version: ${{ env.CACHE_VERSION }}

0 commit comments

Comments
 (0)