Infra Setup #1

Closed
cyclane wants to merge 14 commits from infra-setup into main
1 changed files with 3 additions and 3 deletions
Showing only changes of commit d17f76ba6d - Show all commits

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