about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2023-07-02 19:02:34 +0200
committerRalf Jung <post@ralfj.de>2023-07-02 19:02:34 +0200
commitf2ce23074e83e679d22e66871ff65b04406f8f5c (patch)
tree21dd683a8871907dc5e2c271cd455b1753deeb5e
parent918f39375f4778a6a692cffc9d11cbfe381db4a3 (diff)
downloadrust-f2ce23074e83e679d22e66871ff65b04406f8f5c.tar.gz
rust-f2ce23074e83e679d22e66871ff65b04406f8f5c.zip
cron auto-PR: need to set upstream branch
-rw-r--r--src/tools/miri/.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/miri/.github/workflows/ci.yml b/src/tools/miri/.github/workflows/ci.yml
index 747ac1f32ab..8e1be3fa423 100644
--- a/src/tools/miri/.github/workflows/ci.yml
+++ b/src/tools/miri/.github/workflows/ci.yml
@@ -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: