Skip to content

Commit

Permalink
Merge pull request #1184 from watson-developer-cloud/fix-typo
Browse files Browse the repository at this point in the history
fix(deploy.xml): fix typo on deploy.xml gha
  • Loading branch information
kevinkowa committed Aug 17, 2021
2 parents 430659d + 9136c47 commit cfcf746
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
persist-credentials: false

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
uses: actions/setup-python@v2
with:
python-version: '3.8'

- name: Set up Java
uses: actions/setup-java@v2
Expand Down

0 comments on commit cfcf746

Please sign in to comment.