diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index d1a1a11..59d52b5 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -19,7 +19,9 @@ jobs: steps: - name: Dump GitHub Context env: { CONTENT: "${{ toJson(github) }}" } - run: "echo $CONTENT | jq" + run: | + "echo $CONTENT | jq" + "echo ${{ toJson(github.event) }} | jq" lint_test_and_build: runs-on: ubuntu-latest