From 1b97eccdf98447f2ba30e687b498bf783f3dd7d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Ch=C3=A1vez?= Date: Fri, 6 Oct 2023 13:11:16 +0200 Subject: [PATCH] chore: fixes dependabot updates using ammend to avoid failures when no changes (#884) chore: fixes dependabot updates using ammend to avoid failures when no changes are done. --- .github/workflows/fix-dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fix-dependabot.yml b/.github/workflows/fix-dependabot.yml index 2a885279f..b0ca2fd9f 100644 --- a/.github/workflows/fix-dependabot.yml +++ b/.github/workflows/fix-dependabot.yml @@ -21,4 +21,4 @@ jobs: uses: devops-infra/action-commit-push@master with: github_token: ${{ secrets.GITHUB_TOKEN }} - commit_message: "chore: go mod tidy" + ammend: true