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