[tx] updated translations from transifex #1692
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Calens Changelog | |
# This workflow is triggered on pushes to the repository. | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
name: Generate Calens Changelog | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
ssh-key: ${{ secrets.DEPLOYMENT_SSH_KEY }} | |
ref: "master" | |
- uses: actionhippie/calens@v1 | |
with: | |
target: CHANGELOG.md | |
- uses: GuillaumeFalourd/[email protected] | |
with: | |
email: [email protected] | |
name: ownClouders | |
commit_message: "Calens changelog updated" | |
files: CHANGELOG.md |