Skip to content

fix(ci): FIx linting in glc WF #3

fix(ci): FIx linting in glc WF

fix(ci): FIx linting in glc WF #3

Workflow file for this run

name: Generate changelog
on:
push:
branches:
- ci
jobs:
generate-changelog:
runs-on: ubuntu-latest

Check failure on line 9 in .github/workflows/changelog.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/changelog.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: BobAnkh/auto-generate-changelog@v1.2.5
with:
REPO_NAME: 'coavins/zomboid-coavins-firearms'
ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}}
PATH: 'CHANGELOG.md'
COMMIT_MESSAGE: 'docs(CHANGELOG): update release notes'
TYPE: 'feat:Feature,fix:Bug Fixes,docs:Documentation,refactor:Refactor,perf:Performance Improvements'