Skip to content

Commit 747b20d

Browse files
woilefloredelasteyrie
andauthoredFeb 24, 2022
Update entrypoint.sh
Co-authored-by: Flore de Lasteyrie <[email protected]>
1 parent 450b63f commit 747b20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ echo "Repository: $REPOSITORY"
2424
echo "Actor: $GITHUB_ACTOR"
2525

2626
echo "Installing requirements..."
27-
pip install "$INPUT_COMMITIZEN_VERSION" "$INPUT_EXTRA_REQUIREMENTS"
27+
pip install "$INPUT_COMMITIZEN_VERSION" $INPUT_EXTRA_REQUIREMENTS
2828
echo "Commitizen version:"
2929
cz version
3030

0 commit comments

Comments
 (0)
Please sign in to comment.