Skip to content

Calens changelog updated #1675

Calens changelog updated

Calens changelog updated #1675

Workflow file for this run

name: Calens Changelog
# This workflow is triggered on pushes to the repository.
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-22.04
name: Generate Calens Changelog
steps:
- uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.DEPLOYMENT_SSH_KEY }}
ref: "master"
- name: Run Calens Docker
uses: addnab/docker-run-action@v1
with:
options: -v ${{github.workspace}}:/workspace -w /workspace
image: toolhippie/calens:latest
run: calens >| CHANGELOG.md
- uses: GuillaumeFalourd/[email protected]
with:
email: [email protected]
name: ownClouders
commit_message: "Calens changelog updated"
files: CHANGELOG.md