fix(justfile): Small mistakes
This commit is contained in:
parent
898ab572c1
commit
392e3df55f
1 changed files with 2 additions and 2 deletions
4
justfile
4
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
|
||||
|
|
Loading…
Reference in a new issue