From aaf45395dd1b3bd3e3325662f343ffa261ac88df Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 29 Apr 2020 17:10:03 +0200 Subject: [PATCH] template-update: Output dispatch details --- .github/workflows/template-update.yml | 3 +++ 1 file changed, 3 insertions(+) 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