Skip to content

chore: simplify readme #12

chore: simplify readme

chore: simplify readme #12

- name: Check out repository

Check failure on line 1 in .github/workflows/git-cliff-action.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/git-cliff-action.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Generate a changelog
uses: orhun/git-cliff-action@v3
with:
config: cliff.toml
args: --verbose
env:
OUTPUT: CHANGELOG.md
GITHUB_REPO: ${{ github.repository }}