chore: test ci

This commit is contained in:
GyDi 2022-11-03 00:51:49 +08:00
parent 73235c8699
commit a3a724e2e6
No known key found for this signature in database
GPG Key ID: 58B15242BA8277A6

View File

@ -30,6 +30,10 @@ jobs:
runs-on: ${{ github.event.inputs.os }}
if: startsWith(github.repository, 'zzzgydi')
steps:
- name: System Version
run: |
echo ${{ github.event.inputs.os }}
- name: Checkout repository
uses: actions/checkout@v2