File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 with :
4343 app-id : ${{ steps.gh-app-creds.outputs.gh_app_id }}
4444 private-key : ${{ steps.gh-app-creds.outputs.gh_app_private_key }}
45- owner : ${{ github.repository_owner }}
45+ owner : gittools-bot
4646 repositories : homebrew-core
4747 permission-contents : write
4848 permission-pull-requests : write
5353 formula-name : gitversion
5454 tag-name : ${{ steps.get-version.outputs.version }}
5555 download-url : https://github.com/GitTools/GitVersion/archive/refs/tags/${{ steps.get-version.outputs.version }}.tar.gz
56- push-to : ${{ github.repository_owner }} /homebrew-core
56+ push-to : gittools-bot /homebrew-core
5757 commit-message : |
5858 {{formulaName}} {{version}}
5959
Original file line number Diff line number Diff line change 2828 with :
2929 app-id : ${{ steps.gh-app-creds.outputs.gh_app_id }}
3030 private-key : ${{ steps.gh-app-creds.outputs.gh_app_private_key }}
31- owner : ${{ github.repository_owner }}
31+ owner : gittools-bot
3232 repositories : winget-pkgs
3333 permission-contents : write
3434 permission-pull-requests : write
5353 GITHUB_TOKEN : ${{ steps.app-token.outputs.token }}
5454 with :
5555 args : ' ${{ steps.get-version.outputs.run_args }}'
56+ custom-fork-owner : gittools-bot
You can’t perform that action at this time.
0 commit comments