Skip to content

Commit a6eb25a

Browse files
committed
Auto merge of rust-lang#2951 - rust-lang:cron, r=RalfJung
cron auto-PR: need to set upstream branch
2 parents 918f393 + f2ce230 commit a6eb25a

File tree

1 file changed

+2
-2
lines changed
  • src/tools/miri/.github/workflows

1 file changed

+2
-2
lines changed

src/tools/miri/.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ jobs:
204204
./miri fmt --check || (./miri fmt && git commit -am "fmt")
205205
- name: Push changes to a branch
206206
run: |
207-
git switch -c "rustup$(date -u +%Y-%m)"
208-
git push
207+
git switch -c "rustup$(date -u +%Y-%m-%d)"
208+
git push -u
209209
- name: Create Pull Request
210210
run: gh pr create -B master --title 'Automatic sync from rustc' --body ''
211211
env:

0 commit comments

Comments
 (0)