From dae8b47d25ae0bb11ed69299ea8bf1c4142bab2b Mon Sep 17 00:00:00 2001 From: Oliver Kautz Date: Fri, 29 Nov 2024 15:57:34 +0100 Subject: [PATCH] Fix eol lint issue Signed-off-by: Oliver Kautz --- playbooks/create_chore_branches.yaml | 2 +- playbooks/upload_assets.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/create_chore_branches.yaml b/playbooks/create_chore_branches.yaml index 09f8559..96eb604 100644 --- a/playbooks/create_chore_branches.yaml +++ b/playbooks/create_chore_branches.yaml @@ -32,4 +32,4 @@ changed_when: false - name: "Create Chore PRs" ansible.builtin.command: "just git-chore-branches-all" - changed_when: false \ No newline at end of file + changed_when: false diff --git a/playbooks/upload_assets.yaml b/playbooks/upload_assets.yaml index 10c5109..1a95fde 100644 --- a/playbooks/upload_assets.yaml +++ b/playbooks/upload_assets.yaml @@ -42,4 +42,4 @@ ansible.builtin.command: cmd: "just --yes publish-release" when: not is_pr - changed_when: false \ No newline at end of file + changed_when: false