diff --git a/entrypoint.sh b/entrypoint.sh index 7d34e40..419a7c1 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -35,7 +35,7 @@ _git_changes() { cd "$GITHUB_ACTION_PATH" 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 exit 0