From 99b154311f3c7963515b339591d5b41a7b3b9636 Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Fri, 5 Jul 2024 22:27:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- laminci/_latest_changes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/laminci/_latest_changes.py b/laminci/_latest_changes.py index 41a618e..6adc188 100644 --- a/laminci/_latest_changes.py +++ b/laminci/_latest_changes.py @@ -44,7 +44,6 @@ class Settings(BaseSettings): github_event_path: Path github_event_name: str | None = None input_token: SecretStr - input_branch_name: str input_latest_changes_file: Path = Path("README.md") input_latest_changes_header: str = "### Latest Changes" input_template_file: Path = Path(__file__).parent / "latest-changes.jinja2"