We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 918f393 + f2ce230 commit a6eb25aCopy full SHA for a6eb25a
src/tools/miri/.github/workflows/ci.yml
@@ -204,8 +204,8 @@ jobs:
204
./miri fmt --check || (./miri fmt && git commit -am "fmt")
205
- name: Push changes to a branch
206
run: |
207
- git switch -c "rustup$(date -u +%Y-%m)"
208
- git push
+ git switch -c "rustup$(date -u +%Y-%m-%d)"
+ git push -u
209
- name: Create Pull Request
210
run: gh pr create -B master --title 'Automatic sync from rustc' --body ''
211
env:
0 commit comments