Skip to content

Commit

Permalink
Update calens.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hosy authored Sep 23, 2024
1 parent bad4cb3 commit 189738c
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/calens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,19 @@ jobs:
runs-on: ubuntu-22.04
name: Generate Calens Changelog
steps:
- uses: actions/checkout@v2
- 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
- name: Commit files
uses: stefanzweifel/git-auto-commit-action@v4
- uses: GuillaumeFalourd/[email protected]
with:
commit_message: Calens changelog updated
file_pattern: CHANGELOG.md
email: [email protected]
name: ownClouders
commit_message: "Calens changelog updated"
files: CHANGELOG.md

0 comments on commit 189738c

Please sign in to comment.