From 16c928157249bae3061d43ecdd9f64edccf824fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Nowacki?= Date: Thu, 23 Nov 2023 23:46:20 +0100 Subject: [PATCH] citest --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edd561c46..82c45fc08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: echo 2 run: echo ${{ github.event.push.base.ref }} - name: echo 3 - run: echo ${{ github.event.pull_request.base.ref }} + run: echo ${{ github.event.pull_request }} - name: echo 4 run: echo ${{ github.event.pull_request.base.ref }} - uses: actions/checkout@v3