Skip to content

Commit c265b5b

Browse files
committed
fix typo
1 parent 8386270 commit c265b5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dev_deployment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
id: login-ecr
3737
uses: aws-actions/amazon-ecr-login@v1
3838

39-
- uses: actions/setup-python@v4
39+
- name: Use Python
40+
uses: actions/setup-python@v4
4041
with:
4142
python-version: '3.11'
4243

0 commit comments

Comments
 (0)