Skip to content

Commit 0f5e712

Browse files
fix: typo in ci_cd_pr.yml
Co-authored-by: Maxime Rey <[email protected]>
1 parent bdff699 commit 0f5e712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_cd_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: "Checkout the project"
7474
uses: actions/checkout@v4
7575

76-
- name: "Generate the name of the docker image and the container"
76+
- name: "Generate the name of the Docker image and the container"
7777
run: |
7878
python_image_name=${{ env.STK_DOCKER_IMAGE }}-python${{ env.MAIN_PYTHON_VERSION }}
7979
container_name=stk-python${{ env.MAIN_PYTHON_VERSION }}

0 commit comments

Comments
 (0)