فهرست منبع

save remaining metadata

Signed-off-by: Alex Meijer <ameijer@kubecost.com>
Alex Meijer 2 سال پیش
والد
کامیت
c442dc7b61
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      .github/workflows/build-test.yaml

+ 5 - 0
.github/workflows/build-test.yaml

@@ -53,6 +53,9 @@ jobs:
           PR_NUM: ${{ github.event.number }}
         run: |
           echo $PR_NUM > pr_num.txt
+          echo $GITHUB_BASE_REF > base.txt
+          echo $GITHUB_HEAD_REF > head.txt
+          cat *.txt
       - name: Upload code coverage
         uses: actions/upload-artifact@v3
         with:
@@ -60,6 +63,8 @@ jobs:
           path: |
            coverage.out
            pr_num.txt
+           base.txt
+           head.txt
       
 
   frontend: