infra-setup #2

Merged
cyclane merged 26 commits from :infra-setup into main 2023-09-02 17:54:04 +00:00
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