diff --git a/.github/workflows/template-update.yml b/.github/workflows/template-update.yml index 21d4aeae..54b45a08 100644 --- a/.github/workflows/template-update.yml +++ b/.github/workflows/template-update.yml @@ -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