From d17f76ba6dcad4a33c637c50d08d54b283e294da Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Tue, 29 Aug 2023 02:12:29 +0100 Subject: [PATCH] checking more stuff --- .github/workflows/infra.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/infra.yaml b/.github/workflows/infra.yaml index 86aef50..3c20a3b 100644 --- a/.github/workflows/infra.yaml +++ b/.github/workflows/infra.yaml @@ -22,9 +22,9 @@ jobs: uses: actions/checkout@v3 - run: | - echo ${{ github.event.pull_request.commits }} - echo ${{ github.event.pusher }} - echo ${{ github.event.forkee }} + echo !${{ github.event.pull_request.commits }} + echo !${{ github.event.pusher }} + echo !${{ github.event.forkee }} - name: Setup Python uses: actions/setup-python@v4