mirror of
https://github.com/creyD/autopep8_action.git
synced 2026-04-12 19:40:28 +02:00
Added default value for dependency parameter
This commit is contained in:
@@ -24,10 +24,7 @@ pip install -q --upgrade pip
|
||||
pip install -q autopep8
|
||||
|
||||
# Install custom project dependencies if applicable
|
||||
if ! ["$INPUT_DEPENDENCIES" = "false"];
|
||||
then
|
||||
pip install -r $INPUT_DEPENDENCIES
|
||||
fi
|
||||
pip install -r $INPUT_DEPENDENCIES
|
||||
|
||||
# Apply PEP 8
|
||||
echo "Running autopep8..."
|
||||
|
||||
Reference in New Issue
Block a user