Skip to content

Commit

Permalink
Fix eol lint issue
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Kautz <[email protected]>
  • Loading branch information
o-otte committed Nov 29, 2024
1 parent 7b6ce49 commit dd3bae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion playbooks/create_chore_branches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
changed_when: false
- name: "Create Chore PRs"
ansible.builtin.command: "just git-chore-branches-all"
changed_when: false
changed_when: false
2 changes: 1 addition & 1 deletion playbooks/upload_assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
ansible.builtin.command:
cmd: "just --yes publish-release"
when: not is_pr
changed_when: false
changed_when: false

0 comments on commit dd3bae2

Please sign in to comment.