Skip to content

πŸ”„ created local './.github/PULL_REQUEST_TEMPLATE.md' from remote './t… #14

πŸ”„ created local './.github/PULL_REQUEST_TEMPLATE.md' from remote './t…

πŸ”„ created local './.github/PULL_REQUEST_TEMPLATE.md' from remote './t… #14

name: Changelog
on:
release:
types:
- created
jobs:
changelog:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: main
- name: "Auto Generate changelog"
uses: heinrichreimer/[email protected]
with:
{% raw %}

Check failure on line 17 in .github/workflows/auto-changelog.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/auto-changelog.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
token: ${{ secrets.GITHUB_TOKEN }}
{% endraw %}
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update Changelog with new release
file_pattern: CHANGELOG.md