File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -138,18 +138,19 @@ jobs:
138
138
python tools/ci/manual_bsp_build_all.py update
139
139
140
140
- name : Commit changes
141
- run : |
142
- git config user.name "supperthomas"
143
- git config user.email "[email protected] "
144
- git add . -u
145
- git commit -m "[action] Create PR for update all bsp"
146
- git push origin HEAD:development
147
-
141
+ uses : devops-infra/action-commit-push@master
142
+ with :
143
+ github_token : " ${{ secrets.RTTHREAD_GITHUB_TOKEN }}"
144
+ commit_prefix : " [AUTO]"
145
+ commit_message : " Updated dependencies"
146
+ force : false
147
+ target_branch : updated_deps
148
+
148
149
- name : Create Pull Request
149
150
uses : devops-infra/action-pull-request@master
150
151
with :
151
152
github_token : ${{ secrets.RTTHREAD_GITHUB_TOKEN }}
152
153
title : " [action] Automated PR for updates"
153
154
body : " This PR was created automatically by GitHub Actions."
154
- source_branch : development
155
+ source_branch : updated_deps
155
156
target_branch : master
You can’t perform that action at this time.
0 commit comments