chore: test ci

This commit is contained in:
GyDi
2022-11-03 00:51:49 +08:00
Unverified
parent 73235c8699
commit a3a724e2e6

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