From 9754a54c8ff92fa01aad406b69754932c5b05cd5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 24 Jan 2022 11:50:29 +0000 Subject: [PATCH] deps:chore - update EndBug/add-and-commit action to v8 Signed-off-by: Renovate Bot Signed-off-by: Nathan Martins --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a038e5ce..55dc2049 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -122,12 +122,11 @@ jobs: # The changes made in the last step are committed to the branch that the workflow was triggered, this commit is not # going to trigger any workflow cause the skip ci in the commit message. - name: Commit changes - uses: EndBug/add-and-commit@v7.5.0 + uses: EndBug/add-and-commit@v8.0.1 with: push: true - signoff: true + commit: --signoff author_name: Horusec - branch: ${{ steps.updated-version.outputs.nextReleaseBranchName }} author_email: horusec@zup.com.br committer_name: Horusec committer_email: horusec@zup.com.br