Skip to content

Commit 715201c

Browse files
committed
Correcting a section name. #199
1 parent 5980d51 commit 715201c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-gcsproxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
-t ${{ env.REGISTRY_URL }}:latest \
7171
.
7272
73-
- name: Test that titler imports
73+
- name: Test that gcsproxy can be found
7474
run: |
7575
docker run --rm ghcr.io/${{ github.repository_owner }}/${{ env.CONTAINER_NAME }}:latest gcsproxy --help
7676

.github/workflows/build-titiler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
-t ${{ env.REGISTRY_URL }}:latest \
6868
.
6969
70-
- name: Test that titler imports
70+
- name: Test that titiler imports
7171
run: |
7272
docker run --rm ghcr.io/${{ github.repository_owner }}/${{ env.CONTAINER_NAME }}:latest python -c "import titiler"
7373

0 commit comments

Comments
 (0)