infra-setup #2
6
.github/workflows/infra.yaml
vendored
6
.github/workflows/infra.yaml
vendored
@ -22,9 +22,9 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
echo ${{ github.event.pull_request.commits }}
|
echo !${{ github.event.pull_request.commits }}
|
||||||
echo ${{ github.event.pusher }}
|
echo !${{ github.event.pusher }}
|
||||||
echo ${{ github.event.forkee }}
|
echo !${{ github.event.forkee }}
|
||||||
|
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user