more checking
Infrastructure / Check infrastructure definitions (pull_request) Failing after 1m24s Details

This commit is contained in:
Gleb Koval 2023-08-29 02:14:45 +01:00
parent 6e1217c9e8
commit c8c624e82b
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- run: | - run: |
echo !${{ github.event.pull_request }} echo !${{ github.event.pull_request.base.repo }} !${{ github.event.pull_request.base.sha }}
echo !${{ github.event.pusher }} echo !${{ github.event.pusher }}
echo !${{ github.event.forkee }} echo !${{ github.event.forkee }}