Skip to content

added one action more to push changelog commit #1

added one action more to push changelog commit

added one action more to push changelog commit #1

Workflow file for this run

name: Commit Changelog Changes
on:
push:
paths:
- CHANGELOG.md # Se activa cuando CHANGELOG.md cambia
jobs:
commit:
runs-on: ubuntu-22.04
name: Commit changes
steps:
- uses: actions/checkout@v4
- name: Commit CHANGELOG.md
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "docs: calens changelog updated"
file_pattern: CHANGELOG.md