diff options
| author | rebortg <github@ghlr.de> | 2024-02-02 21:03:12 +0100 | 
|---|---|---|
| committer | rebortg <github@ghlr.de> | 2024-02-02 21:03:12 +0100 | 
| commit | c30ebf59bdb11570ed97993a6ef2672c28a2d5ce (patch) | |
| tree | af5b9ae87dce03b63c224c501c66ba30dbec108e | |
| parent | 30ff284e24fe18f61322b5888fc13bd07a85c431 (diff) | |
| download | vyos-documentation-c30ebf59bdb11570ed97993a6ef2672c28a2d5ce.tar.gz vyos-documentation-c30ebf59bdb11570ed97993a6ef2672c28a2d5ce.zip | |
migrade to peter-evans/create-pull-request@v6
| -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 | 
