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.
1 parent 15805e6 commit 5bb1310Copy full SHA for 5bb1310
.github/workflows/rustc-pull.yml
@@ -34,9 +34,9 @@ jobs:
34
run: cargo run --manifest-path josh-sync/Cargo.toml -- rustc-pull
35
- name: Push changes to a branch
36
run: |
37
- BRANCH="rustc-pull-$(date -u +%Y-%m-%d)"
+ BRANCH="rustc-pull"
38
git switch -c $BRANCH
39
- git push -u origin $BRANCH
+ git push -u origin $BRANCH --force
40
- name: Create pull request
41
42
gh pr create -B master --title 'Rustc pull update' --body 'Latest update from rustc.'
0 commit comments