ci: update-flake: simplify command formatting

Fixes: a5c1532ab8 ("flake: partition dev inputs (#1289)")
This commit is contained in:
NAHO 2025-11-20 16:28:26 +01:00
parent c27bc6e9f9
commit 2d741ac0da
No known key found for this signature in database
GPG key ID: BFB5D5E3F4C95185

View file

@ -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" \