Skip to content

build(deps): bump @actions/github from 7.0.0 to 9.0.0 #57

build(deps): bump @actions/github from 7.0.0 to 9.0.0

build(deps): bump @actions/github from 7.0.0 to 9.0.0 #57

Workflow file for this run

name: regenerate dist after dependabot updates
on:
pull_request:
types: [opened, synchronize]
paths: &paths
- package*.json
- tsconfig.json
- src/**
push:
branches:
- main
paths: *paths
permissions:
contents: read
pull-requests: read
jobs:
build:
if: ${{ github.actor == 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
persist-credentials: true
token: ${{ secrets.BOT_TOKEN }}
- uses: actions/setup-node@v6
with:
node-version-file: "package.json"
- run: npm ci
- run: npm start
- uses: stefanzweifel/git-auto-commit-action@v7
with:
commit_message: regenerate dist