Browse Source

set ref when checkout

Yuki Takei 4 năm trước cách đây
mục cha
commit
587871264c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .github/workflows/ci-app-prod.yml

+ 1 - 0
.github/workflows/ci-app-prod.yml

@@ -282,6 +282,7 @@ jobs:
     steps:
     - uses: actions/checkout@v2
       with:
+        ref: ${{ github.head_ref }}
         fetch-depth: 0
 
     - uses: actions/setup-node@v2