ci: update-flake: fix invalid 'gh pr edit' label flag (#2038)
Closes: https://github.com/nix-community/stylix/issues/2037
This commit is contained in:
parent
49d56ea397
commit
8a096ccec8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-flake.yml
vendored
2
.github/workflows/update-flake.yml
vendored
|
|
@ -97,8 +97,8 @@ jobs:
|
|||
|
||||
if ((pr_count)); then
|
||||
gh pr edit \
|
||||
--add-label "$label" \
|
||||
--body "$body" \
|
||||
--label "$label" \
|
||||
--title "$title"
|
||||
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue