From 87426834dc866ee221f67cabaffbbc67c3ec961a Mon Sep 17 00:00:00 2001 From: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:45:41 -0400 Subject: [PATCH] chore: base config no commit message Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> --- .github/workflows/dependabot-build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dependabot-build.yml b/.github/workflows/dependabot-build.yml index a57d35e2..cbdcc392 100644 --- a/.github/workflows/dependabot-build.yml +++ b/.github/workflows/dependabot-build.yml @@ -1,4 +1,4 @@ -name: Run build for dependabot PRs +name: Run build and update PR for dependabot PRs on: pull_request: @@ -13,7 +13,7 @@ defaults: shell: bash jobs: - build: + update-dependencies: if: ${{ github.actor == 'dependabot[bot]' }} runs-on: ubuntu-latest steps: @@ -46,5 +46,3 @@ jobs: if: ${{ steps.dependabot-metadata.outputs.package-ecosystem == 'npm_and_yarn' }} id: commit uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 #v5.0.1 - with: - commit_message: "Update dist/ after build"