Merge branch 'main' of https://github.com/garronej/ts_ci into main

This commit is contained in:
Joseph Garrone 2021-03-15 00:24:00 +01:00
commit afb1eed5b2
2 changed files with 49 additions and 37 deletions

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