Skip to content

NPM audit fix

NPM audit fix #2

Workflow file for this run

name: npm audit fix
on:
workflow_dispatch: # manually
jobs:
npm-audit-fix:
runs-on: ubuntu-latest
commit_title: "chore(deps): update npm dependencies"

Check failure on line 9 in .github/workflows/npm-audit-fix.yml

View workflow run for this annotation

GitHub Actions / npm audit fix

Invalid workflow file

The workflow is not valid. .github/workflows/npm-audit-fix.yml (Line: 9, Col: 5): Unexpected value 'commit_title'
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: ybiquitous/npm-audit-fix-action@e7e5e66fe613cd5e556db66eef24156b4bfa6134