Skip to content

Commit cfcf746

Browse files
authored
Merge pull request #1184 from watson-developer-cloud/fix-typo
fix(deploy.xml): fix typo on deploy.xml gha
2 parents 430659d + 9136c47 commit cfcf746

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
persist-credentials: false
3131

3232
- name: Set up Python
33-
uses: actions/setup-python@v2
34-
with:
35-
python-version: '3.8'
33+
uses: actions/setup-python@v2
34+
with:
35+
python-version: '3.8'
3636

3737
- name: Set up Java
3838
uses: actions/setup-java@v2

0 commit comments

Comments
 (0)