File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
name : Sync main and latest
2
2
on :
3
+ workflow_dispatch :
3
4
push :
4
5
branches :
5
6
- main
16
17
run :
git config user.email "[email protected] " && git config user.name "compose-devrel-github-bot"
17
18
18
19
- name : Merge main into latest
19
- run : git checkout latest && git merge main
20
+ run : git fetch && git switch latest && git merge -s ours origin/ main --allow-unrelated-histories
20
21
21
22
- name : Create pull request
22
23
id : cpr
Original file line number Diff line number Diff line change 19
19
run : ./gradlew versionCatalogUpdate
20
20
- name : Create pull request
21
21
id : cpr
22
- uses : peter-evans/create-pull-request@v4
22
+ uses : peter-evans/create-pull-request@v6
23
23
with :
24
24
token : ${{ secrets.PAT }}
25
25
commit-message : 🤖 Update Dependencies
You can’t perform that action at this time.
0 commit comments