mirror of https://github.com/Icinga/L10n.git
template-update: Output dispatch details
This commit is contained in:
parent
89cb994729
commit
aaf45395dd
|
@ -17,6 +17,9 @@ jobs:
|
|||
- name: Setup dependencies
|
||||
run: sudo apt-get -y install gettext
|
||||
|
||||
- name: Dispatch details
|
||||
run: echo "${{ github.event.client_payload.origin }} @ ${{ github.event.client_payload.commit }}"
|
||||
|
||||
- name: Update template file
|
||||
run: cd ./src/ && ../bin/update
|
||||
|
||||
|
|
Loading…
Reference in New Issue