cron auto-PR: need to set upstream branch

This commit is contained in:
Ralf Jung 2023-07-02 19:02:34 +02:00
parent 918f39375f
commit f2ce23074e

View File

@ -204,8 +204,8 @@ jobs:
./miri fmt --check || (./miri fmt && git commit -am "fmt")
- name: Push changes to a branch
run: |
git switch -c "rustup$(date -u +%Y-%m)"
git push
git switch -c "rustup$(date -u +%Y-%m-%d)"
git push -u
- name: Create Pull Request
run: gh pr create -B master --title 'Automatic sync from rustc' --body ''
env: