Skip to content

Commit 95ac5fb

Browse files
committed
fix typo
1 parent 1b99813 commit 95ac5fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/generate_client.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
python-version: "3.10"
2525
poetry-version: ${{ env.POETRY_VERSION }}
26-
cache-key: release
26+
cache-key: client-generation
2727

2828
- name: Install infinity
2929
run: |
@@ -37,7 +37,7 @@ jobs:
3737
- name: Test Generated Client
3838
working-directory: libs/client_infinity
3939
run: |
40-
./run_tets_with_hook.sh
40+
./run_tests_with_hook.sh
4141
4242
- name: Open a PR
43-
uses: peter-evans/create-pull-request@v7
43+
uses: peter-evans/create-pull-request@v7

0 commit comments

Comments
 (0)