Skip to content

Commit 430c560

Browse files
authored
feat: Install sourcery package instead of sourcery-cli (#8)
1 parent c544447 commit 430c560

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ inputs:
2222
default: "."
2323
version:
2424
description: >
25-
Sourcery CLI version, e.g. '0.12.12'. If empty, default to the latest version
25+
Sourcery CLI version, e.g. '1.0.3'. If empty, default to the latest version
2626
available.
2727
required: false
2828
default: ""
@@ -60,9 +60,9 @@ runs:
6060
run: |
6161
if [ -z ${{ inputs.version }} ]
6262
then
63-
python3 -m pip install sourcery-cli
63+
python3 -m pip install sourcery
6464
else
65-
python3 -m pip install sourcery-cli==${{ inputs.version }}
65+
python3 -m pip install sourcery==${{ inputs.version }}
6666
fi
6767
6868
- name: Authenticate Sourcery

0 commit comments

Comments
 (0)