This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch tomee-8.x in repository https://gitbox.apache.org/repos/asf/tomee.git
commit 5e36bc07fdd8b8e33c65c3ebfd3c41868b40fe21 Author: Richard Zowalla <[email protected]> AuthorDate: Wed Apr 20 09:11:50 2022 +0200 TOMEE-3919 - Fix GitHub Actions Bom Generation targeting wrong branch --- .github/workflows/tomee-8.x-push-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tomee-8.x-push-build.yml b/.github/workflows/tomee-8.x-push-build.yml index f2e3ffe215..9544656e55 100644 --- a/.github/workflows/tomee-8.x-push-build.yml +++ b/.github/workflows/tomee-8.x-push-build.yml @@ -39,7 +39,7 @@ jobs: - name: Create Pull Request after BOM Regeneration uses: peter-evans/create-pull-request@v3 with: - base: master + base: tomee-8.x token: ${{ secrets.GITHUB_TOKEN }} commit-message: "Minor: Regenerated BOMs for ${{ github.sha }}" committer: GitHub <[email protected]> @@ -49,7 +49,7 @@ jobs: delete-branch: true title: "Regenerated BOMs after dependency upgrades" body: | - Found some uncommited changes (from BOM regeneration) after running build on TomEE master + Found some uncommited changes (from BOM regeneration) after running build on TomEE 8.x branch labels: | dependencies assignees: cesarhernandezgt,dblevins,jeanouii,jgallimore,rzo1 \ No newline at end of file
