We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sourcery
sourcery-cli
1 parent c544447 commit 430c560Copy full SHA for 430c560
action.yml
@@ -22,7 +22,7 @@ inputs:
22
default: "."
23
version:
24
description: >
25
- Sourcery CLI version, e.g. '0.12.12'. If empty, default to the latest version
+ Sourcery CLI version, e.g. '1.0.3'. If empty, default to the latest version
26
available.
27
required: false
28
default: ""
@@ -60,9 +60,9 @@ runs:
60
run: |
61
if [ -z ${{ inputs.version }} ]
62
then
63
- python3 -m pip install sourcery-cli
+ python3 -m pip install sourcery
64
else
65
- python3 -m pip install sourcery-cli==${{ inputs.version }}
+ python3 -m pip install sourcery==${{ inputs.version }}
66
fi
67
68
- name: Authenticate Sourcery
0 commit comments