Kaynağa Gözat

chore: test ci

GyDi 2 yıl önce
ebeveyn
işleme
a3a724e2e6
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4 0
      .github/workflows/test.yml

+ 4 - 0
.github/workflows/test.yml

@@ -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