Don't use customvar values from customvar
table other than for empt…
#453
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: L10n Update | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
trigger-update: | |
name: L10n Update Trigger | |
runs-on: ubuntu-latest | |
steps: | |
- name: Repository dispatch | |
uses: peter-evans/repository-dispatch@v1 | |
with: | |
token: ${{ secrets.ICINGABOT_TOKEN }} | |
repository: Icinga/L10n | |
event-type: update | |
client-payload: '{"origin": "${{ github.repository }}", "commit": "${{ github.sha }}"}' |