Skip to content

fix: github action coverage workflow (#4) #7

fix: github action coverage workflow (#4)

fix: github action coverage workflow (#4) #7

Workflow file for this run

name: Changelog
on:
push:
branches:
- main
jobs:
changelog:
runs-on: ubuntu-20.04
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: "✏️ Generate release changelog"
uses: heinrichreimer/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
author_name: bot-changelog
author_email: [email protected]
message: 'chore: update changelog'
add: '*'