diff options
| -rw-r--r-- | .github/workflows/submodules.yml | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/.github/workflows/submodules.yml b/.github/workflows/submodules.yml index 2e78b511..0aa291e4 100644 --- a/.github/workflows/submodules.yml +++ b/.github/workflows/submodules.yml @@ -32,8 +32,6 @@ jobs:          with:            token: ${{secrets.GITHUB_TOKEN}}            commit-message: "Github: update current branch" -          committer: GitHub <noreply@github.com> -          author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>            title: "Github: update current branch"            body: |              Autoupdate vyos-1x submodule @@ -68,8 +66,6 @@ jobs:          with:            token: ${{secrets.GITHUB_TOKEN}}            commit-message: "Github: update sagitta branch" -          committer: GitHub <noreply@github.com> -          author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>            title: "Github: update sagitta branch"            body: |              Autoupdate vyos-1x submodule @@ -105,8 +101,6 @@ jobs:          with:            token: ${{secrets.GITHUB_TOKEN}}            commit-message: "Github: update equuleus branch" -          committer: GitHub <noreply@github.com> -          author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>            title: "Github: update equuleus branch"            body: |              Autoupdate vyos-1x submodule | 
