Update template_initialization.yaml

This commit is contained in:
Garrone Joseph 2021-03-10 01:21:02 +01:00 committed by GitHub
parent 4b8f8cacc2
commit 77b5ac7a90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) }}