mirror of
https://github.com/creyD/autopep8_action.git
synced 2026-04-17 05:40:32 +02:00
Removed i and r default options from autopep
This commit is contained in:
@@ -35,7 +35,7 @@ _git_changes() {
|
|||||||
cd "$GITHUB_ACTION_PATH"
|
cd "$GITHUB_ACTION_PATH"
|
||||||
|
|
||||||
echo "Running autopep8..."
|
echo "Running autopep8..."
|
||||||
autopep8 -i -r $INPUT_CHECKPATH $INPUT_OPTIONS || echo "Problem running autopep8!"
|
autopep8 $INPUT_CHECKPATH $INPUT_OPTIONS || echo "Problem running autopep8!"
|
||||||
|
|
||||||
if $INPUT_NO_COMMIT; then
|
if $INPUT_NO_COMMIT; then
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user