Create update-changelog.yml

This commit is contained in:
akaessens 2020-09-26 23:38:11 +02:00 committed by GitHub
parent d3ade66878
commit 88c2dea38d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

18
.github/workflows/update-changelog.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: update-changelog
on: workflow_dispatch
jobs:
run-script:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: changelog-script
shell: bash
run: $GITHUB_WORKSPACE/create_changelog.sh
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update changelog