Skip to content

Commit

Permalink
Auto merge of rust-lang#2951 - rust-lang:cron, r=RalfJung
Browse files Browse the repository at this point in the history
cron auto-PR: need to set upstream branch
  • Loading branch information
bors committed Jul 2, 2023
2 parents 918f393 + f2ce230 commit a6eb25a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tools/miri/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a6eb25a

Please sign in to comment.