ci test
authorWonYoung Choi <wy80.choi@samsung.com>
Fri, 14 May 2021 10:44:49 +0000 (19:44 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Fri, 14 May 2021 10:44:49 +0000 (19:44 +0900)
.github/workflows/deploy-packages.yml

index eb9a778..cefbad8 100644 (file)
@@ -15,7 +15,14 @@ jobs:
   test:
     runs-on: ubuntu-latest
     steps:
+
+    - name: Get Branch Metadata
+      id: metadata
+      uses: TizenAPI/tizenfx-build-actions/branch-metadata@master
+      with:
+        ref: ${{ github.event.inputs.target }}
+
     - name: Test
       run: |
-        echo "${{ github.event.inputs.target }}"
+        echo "${{ steps.metadata.outputs.tizen-branch }}"