Skip to content

feat: error on purpose to detect problems #4381

feat: error on purpose to detect problems

feat: error on purpose to detect problems #4381

Workflow file for this run

name: Calens Changelog
# This workflow is triggered on pushes to the repository.
on:
push:
branches:
- feature/*
- fix/*
- improvement/*
- release/*
- technical/*
permissions:
contents: read
jobs:
build:
permissions:
contents: write
runs-on: ubuntu-22.04
name: Generate Calens Changelog
steps:
- name: Checkout
uses: actions/checkout@v5
with:
persist-credentials: false
- name: Run Calens
uses: actionhippie/[email protected]
with:
target: CHANGELOG.md
- name: Commit files
uses: GuillaumeFalourd/[email protected]
with:
email: [email protected]
name: ownClouders
commit_message: "docs: calens changelog updated"
access_token: ${{ secrets.GH_PAT }}