From 4b0c07edc7ad07d16e34d59cd290e927d9a9c8ab Mon Sep 17 00:00:00 2001 From: trz42 Date: Tue, 21 Sep 2021 14:55:33 +0200 Subject: [PATCH] Update build-latex.yml print more context info --- .github/workflows/build-latex.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-latex.yml b/.github/workflows/build-latex.yml index 9751bc7..1d515bb 100644 --- a/.github/workflows/build-latex.yml +++ b/.github/workflows/build-latex.yml @@ -19,6 +19,9 @@ jobs: run: | echo "head_ref = ${{ github.head_ref }}" echo "sha = ${{ github.sha }}" + echo "event = ${{ github.event }}" + echo "event_path = ${{ github.event_path }}" + echo "event_name = ${{ github.event_name }}" # show GITHUB env - name: display GITHUB env