Skip to content

Bump postcss from 8.4.21 to 8.4.31 #23

Bump postcss from 8.4.21 to 8.4.31

Bump postcss from 8.4.21 to 8.4.31 #23

name: Update Changelog
on: [push]
jobs:
resources:
name: Update changelog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
- name: Update file
run: python ./.github/workflows/update_changelog.py "${{ github.event.commits[0].message }}"
- name: Commit file
uses: test-room-7/action-update-file@v1
with:
file-path: CHANGELOG.md
commit-msg: Update changelog with commit message
github-token: ${{ secrets.GITHUB_TOKEN }}