From 77b5ac7a908eb4d3c6a92e64ae6ce070b0d4184c Mon Sep 17 00:00:00 2001 From: Garrone Joseph Date: Wed, 10 Mar 2021 01:21:02 +0100 Subject: [PATCH] Update template_initialization.yaml --- .github/workflows/template_initialization.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/template_initialization.yaml b/.github/workflows/template_initialization.yaml index 8ec30de..727ccc6 100644 --- a/.github/workflows/template_initialization.yaml +++ b/.github/workflows/template_initialization.yaml @@ -70,6 +70,8 @@ jobs: runs-on: ubuntu-latest if: ${{ github.repository == 'garronej/ts_ci' }} steps: + - name: Show envs + run: env - name: Dump GitHub context env: GITHUB_CONTEXT: ${{ toJSON(github) }}