Skip to content

🔄 synced local './CONTRIBUTING.md' with remote './tier2/{{cookiecutte… #22

🔄 synced local './CONTRIBUTING.md' with remote './tier2/{{cookiecutte…

🔄 synced local './CONTRIBUTING.md' with remote './tier2/{{cookiecutte… #22

name: Changelog
on:
release:
types:
- created
permissions:
contents: write
jobs:
changelog:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: main
- name: "Auto Generate changelog"
uses: heinrichreimer/action-github-changelog-generator@v2.3
with:
{% raw %}

Check failure on line 19 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 19
token: ${{ secrets.GITHUB_TOKEN }}
{% endraw %}
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update Changelog with new release
file_pattern: CHANGELOG.md