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"