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 956b6cf + d3f71d0 commit abebb77Copy full SHA for abebb77
.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