From 51ff596c5d0529fb06d6b6a8239f01faada7dbb4 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Fri, 7 Oct 2022 11:18:35 -0400 Subject: [PATCH] Different testing code (#6363) Signed-off-by: Sebastian Malton Signed-off-by: Sebastian Malton --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7994ca69fd..89e5e7725c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,8 @@ jobs: steps: - name: Print event run: | - echo ${{ github.event.pull_request }} + echo "${{ github.event.pull_request.merged }}" + echo "${{ github.event.pull_request.base.ref }}" exit 1 - name: Checkout Release from lens uses: actions/checkout@v2