checking more stuff
Infrastructure / Check infrastructure definitions (pull_request) Failing after 29s Details

This commit is contained in:
Gleb Koval 2023-08-29 02:12:29 +01:00
parent f3c68d9ecb
commit d17f76ba6d
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 3 additions and 3 deletions

View File

@ -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