ci: update-flake: sort CLI arguments
Fixes: a5c1532ab8 ("flake: partition dev inputs (#1289)")
This commit is contained in:
parent
2d741ac0da
commit
b82fa908a9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update-flake.yml
vendored
4
.github/workflows/update-flake.yml
vendored
|
|
@ -82,6 +82,6 @@ jobs:
|
|||
|
||||
gh pr create \
|
||||
--base "$base_branch" \
|
||||
--title "$title" \
|
||||
--label "topic: dependencies" ||
|
||||
--label "topic: dependencies" \
|
||||
--title "$title" ||
|
||||
echo "Failed to create PR"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue