checking more stuff
Infrastructure / Check infrastructure definitions (pull_request) Failing after 29s
Details
Infrastructure / Check infrastructure definitions (pull_request) Failing after 29s
Details
This commit is contained in:
parent
f3c68d9ecb
commit
d17f76ba6d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue