fix(justfile): Small mistakes

This commit is contained in:
Jalil David Salamé Messina 2024-03-29 13:13:16 +01:00
parent 898ab572c1
commit 392e3df55f
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -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