Explorar el Código

set ref when checkout

Yuki Takei hace 4 años
padre
commit
587871264c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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