Merge pull request #1759 from Evarisk/develop #17
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Generate Auto Changelog' | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
master: | |
name: 'build' | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
with: | |
fetch-depth: 0 | |
- name: Generate Auto Changelog | |
uses: Evarisk/action-auto-changelog@master | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} |