Explorar o código

chore: test ci

GyDi %!s(int64=2) %!d(string=hai) anos
pai
achega
a3a724e2e6
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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