You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2022/02/09 18:34:12 UTC

[tomee] branch master updated: Minor: Fix YML format of GitHub actions format

This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
     new 15a0e15  Minor: Fix YML format of GitHub actions format
15a0e15 is described below

commit 15a0e1506e35c39104976148cf9314c9aa576c38
Author: Richard Zowalla <rz...@apache.org>
AuthorDate: Wed Feb 9 19:28:59 2022 +0100

    Minor: Fix YML format of GitHub actions format
---
 .github/workflows/main.yml | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index ea0ea54..f51f660 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -36,19 +36,19 @@ jobs:
         MAVEN_OPTS: -Xmx2048m
 
     - name: Create Pull Request after BOM Regeneration
-        uses: peter-evans/create-pull-request@v3
-        with:
-          base: master
-          token: ${{ secrets.GITHUB_TOKEN }}
-          commit-message: "Minor: Regenerated BOMs for ${{ github.sha }}"
-          committer: GitHub <no...@github.com>
-          author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
-          signoff: true
-          branch: bom_regeneration
-          delete-branch: true
-          title: "Regenerated BOMs"
-          body: |
-            Found some uncommited changes after running build on master
-          labels: |
-            dependencies
+      uses: peter-evans/create-pull-request@v3
+      with:
+        base: master
+        token: ${{ secrets.GITHUB_TOKEN }}
+        commit-message: "Minor: Regenerated BOMs for ${{ github.sha }}"
+        committer: GitHub <no...@github.com>
+        author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
+        signoff: true
+        branch: bom_regeneration
+        delete-branch: true
+        title: "Regenerated BOMs"
+        body: |
+          Found some uncommited changes after running build on master
+        labels: |
+          dependencies