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
|
# Amend Update flake.lock PR
|
||||||
flake-pr:
|
flake-pr:
|
||||||
git branch -D update_flake_lock_action
|
git branch -D update_flake_lock_action || echo "no previous update branch"
|
||||||
gix fetch origin
|
gix fetch -r origin
|
||||||
git switch update_flake_lock_action
|
git switch update_flake_lock_action
|
||||||
git commit --amend --no-edit
|
git commit --amend --no-edit
|
||||||
git push origin update_flake_lock_action --force-with-lease
|
git push origin update_flake_lock_action --force-with-lease
|
||||||
|
|
Loading…
Add table
Reference in a new issue