Skip to content

Commit

Permalink
Update action.yml (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrezn authored Feb 27, 2024
1 parent 2a0b749 commit addc6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ runs:
shell: bash
run: |
python -m pip install --upgrade pip
pip install de-client==1.2.1 --extra-index-url=https://${{ inputs.DE_HOST }}/packages
pip install de-client==1.2.5 --extra-index-url=https://${{ inputs.DE_HOST }}/packages
- name: Generate app name
id: app_name
shell: bash
Expand Down

0 comments on commit addc6db

Please sign in to comment.