File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 3131 - name : Create Pull Request
3232 id : create-pull-request
3333 uses : peter-evans/create-pull-request@v4
34+ env :
35+ GITHUB_TOKEN : ${{ secrets.BUILDSCRIPT_MAINTENANCE_TOKEN }}
3436 with :
37+ token : ${{ secrets.BUILDSCRIPT_MAINTENANCE_TOKEN }}
38+ committer :
GitHub <[email protected] > 39+ author : ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com
3540 add-paths : build.gradle
3641 commit-message : ' [ci skip] update build script version to ${{ steps.update-buildscript.outputs.new_version }}'
37- branch : buildscript-maintenance
42+ branch : gha- buildscript-maintenance
3843 title : Update build script version to ${{ steps.update-buildscript.outputs.new_version }}
3944 body : This pull request is created by the buildscript-maintenance workflow
You can’t perform that action at this time.
0 commit comments