From 392e3df55f29573273f284d9ad338c6fe068d4f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Fri, 29 Mar 2024 13:13:16 +0100 Subject: [PATCH] fix(justfile): Small mistakes --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 6c625c3..f7ba265 100644 --- a/justfile +++ b/justfile @@ -7,8 +7,8 @@ update input: # Amend Update flake.lock PR flake-pr: - git branch -D update_flake_lock_action - gix fetch origin + git branch -D update_flake_lock_action || echo "no previous update branch" + gix fetch -r origin git switch update_flake_lock_action git commit --amend --no-edit git push origin update_flake_lock_action --force-with-lease