diff --git a/.github/workflows/buildAndDeploy.yml b/.github/workflows/buildAndDeploy.yml index 87e4c81467..9898174af9 100644 --- a/.github/workflows/buildAndDeploy.yml +++ b/.github/workflows/buildAndDeploy.yml @@ -29,7 +29,7 @@ jobs: with: github-token: ${{secrets.GITHUB_TOKEN}} script: | - console.log(github.event) + console.log(github) # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2