소스 검색

fix(ci): correct path to reusable workflow in test-prod-node24 job

Ryu Sato 1 주 전
부모
커밋
03376166da
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/ci-app-prod.yml

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

@@ -52,7 +52,7 @@ jobs:
   #     SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
 
   test-prod-node24:
-    uses: .github/workflows/reusable-app-prod.yml
+    uses: ./.github/workflows/reusable-app-prod.yml
     if: |
       ( github.event_name == 'push'
         || github.base_ref == 'master'