Skip to content

Commit

Permalink
chore: base config no commit message
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>
  • Loading branch information
spiffcs committed Oct 8, 2024
1 parent 4d902cc commit 8742683
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/dependabot-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run build for dependabot PRs
name: Run build and update PR for dependabot PRs

on:
pull_request:
Expand All @@ -13,7 +13,7 @@ defaults:
shell: bash

jobs:
build:
update-dependencies:
if: ${{ github.actor == 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -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"

0 comments on commit 8742683

Please sign in to comment.