ci: update-flake: simplify command formatting
Fixes: a5c1532ab8 ("flake: partition dev inputs (#1289)")
This commit is contained in:
parent
c27bc6e9f9
commit
2d741ac0da
1 changed files with 1 additions and 4 deletions
5
.github/workflows/update-flake.yml
vendored
5
.github/workflows/update-flake.yml
vendored
|
|
@ -78,10 +78,7 @@ jobs:
|
|||
title: "${{ startsWith(matrix.branch, 'release') && format('[{0}] ', matrix.branch) || '' }}flake: update public and dev inputs" # yamllint disable-line rule:line-length
|
||||
run: |
|
||||
git switch --create "$pr_branch"
|
||||
|
||||
git push origin "$pr_branch" \
|
||||
--force \
|
||||
--set-upstream
|
||||
git push origin "$pr_branch" --force --set-upstream
|
||||
|
||||
gh pr create \
|
||||
--base "$base_branch" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue