mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-19 22:24:15 +01:00
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4 to 5. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4...v5) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
35 lines
958 B
YAML
35 lines
958 B
YAML
name: ioBroker-localization
|
|
|
|
on:
|
|
pull_request:
|
|
paths:
|
|
- HMI/code_gen/localization/iobroker.py
|
|
- apps/nspanel-lovelace-ui/luibackend/translations/*
|
|
- .github/workflows/iobroker-localization.yml
|
|
push:
|
|
branches:
|
|
- main
|
|
paths:
|
|
- HMI/code_gen/localization/iobroker.py
|
|
- apps/nspanel-lovelace-ui/luibackend/translations/*
|
|
- .github/workflows/iobroker-localization.yml
|
|
|
|
jobs:
|
|
gen-ioBroker-localization:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
with:
|
|
ref: ${{ github.head_ref }}
|
|
|
|
- name: Gen ioBroker localization file
|
|
continue-on-error: false
|
|
run: |
|
|
python HMI/code_gen/localization/iobroker.py
|
|
mv ioBroker_NSPanel_locales.json ioBroker/ioBroker_NSPanel_locales.json
|
|
|
|
- uses: stefanzweifel/git-auto-commit-action@v5
|
|
with:
|
|
commit_message: Update iobroker localization file
|
|
#file_pattern: "**.txt"
|