diff --git a/.github/workflows/create-cms-pr.yml b/.github/workflows/create-cms-pr.yml index 3caee08ca5..7431be7858 100644 --- a/.github/workflows/create-cms-pr.yml +++ b/.github/workflows/create-cms-pr.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Debug - run: echo ${{ toJson(github.event.workflow_run.event) }} + run: echo ${{ toJson(github.event.workflow_run) }} - name: Debug II run: echo ${{ toJson(github.event.workflow_run.head_repository ) }} - name: Deploy Stage