diff --git a/.github/workflows/check-for-integration-result.yml b/.github/workflows/check-for-integration-result.yml index eadf3b06a45..f2c8e95a0e2 100644 --- a/.github/workflows/check-for-integration-result.yml +++ b/.github/workflows/check-for-integration-result.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: debug event - run: 'echo ${{ toJson(github.event) }}' + run: echo ${{ toJson(github) }} - name: Get integration result comment uses: actions/github-script@v7 with: