Skip to content

Commit d0f1487

Browse files
Fix typos in workflows (#1952)
1 parent 40ab2d9 commit d0f1487

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/cache_data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout
2222
uses: actions/[email protected]
2323
with:
24-
# fecth all history so that setuptools-scm works
24+
# fetch all history so that setuptools-scm works
2525
fetch-depth: 0
2626

2727
# Install Mambaforge with conda-forge dependencies

.github/workflows/ci_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Checkout
5252
uses: actions/[email protected]
5353
with:
54-
# fecth all history so that setuptools-scm works
54+
# fetch all history so that setuptools-scm works
5555
fetch-depth: 0
5656

5757
# Install Mambaforge with conda-forge dependencies

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Checkout
7575
uses: actions/[email protected]
7676
with:
77-
# fecth all history so that setuptools-scm works
77+
# fetch all history so that setuptools-scm works
7878
fetch-depth: 0
7979

8080
# Install Mambaforge with conda-forge dependencies

.github/workflows/ci_tests_dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/[email protected]
4949
if: github.event_name != 'repository_dispatch'
5050
with:
51-
# fecth all history so that setuptools-scm works
51+
# fetch all history so that setuptools-scm works
5252
fetch-depth: 0
5353

5454
# Generate token from GenericMappingTools bot
@@ -68,7 +68,7 @@ jobs:
6868
token: ${{ steps.generate-token.outputs.token }}
6969
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
7070
ref: ${{ github.event.client_payload.pull_request.head.ref }}
71-
# fecth all history so that setuptools-scm works
71+
# fetch all history so that setuptools-scm works
7272
fetch-depth: 0
7373

7474
- name: Show job URL

0 commit comments

Comments
 (0)