Skip to content

Commit 5bb1310

Browse files
committed
WIP
1 parent 15805e6 commit 5bb1310

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rustc-pull.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
run: cargo run --manifest-path josh-sync/Cargo.toml -- rustc-pull
3535
- name: Push changes to a branch
3636
run: |
37-
BRANCH="rustc-pull-$(date -u +%Y-%m-%d)"
37+
BRANCH="rustc-pull"
3838
git switch -c $BRANCH
39-
git push -u origin $BRANCH
39+
git push -u origin $BRANCH --force
4040
- name: Create pull request
4141
run: |
4242
gh pr create -B master --title 'Rustc pull update' --body 'Latest update from rustc.'

0 commit comments

Comments
 (0)