Skip to content

#1 [Mod] add: missing editorconfig and package.json #2

#1 [Mod] add: missing editorconfig and package.json

#1 [Mod] add: missing editorconfig and package.json #2

Workflow file for this run

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 }}