Browse Source

fix: update reusable workflow references to use master branch

Yuki Takei 1 week ago
parent
commit
5185f2adaf
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/ci-app-prod.yml

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

@@ -40,7 +40,7 @@ concurrency:
 jobs:
 jobs:
 
 
   # test-prod-node22:
   # test-prod-node22:
-  #   uses: growilabs/growi/.github/workflows/reusable-app-prod.yml@dev/7.5.x
+  #   uses: growilabs/growi/.github/workflows/reusable-app-prod.yml@master
   #   if: |
   #   if: |
   #     ( github.event_name == 'push'
   #     ( github.event_name == 'push'
   #       || github.base_ref == 'master'
   #       || github.base_ref == 'master'
@@ -54,7 +54,7 @@ jobs:
   #     SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
   #     SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
 
 
   test-prod-node24:
   test-prod-node24:
-    uses: growilabs/growi/.github/workflows/reusable-app-prod.yml@dev/7.5.x
+    uses: growilabs/growi/.github/workflows/reusable-app-prod.yml@master
     if: |
     if: |
       ( github.event_name == 'push'
       ( github.event_name == 'push'
         || github.base_ref == 'master'
         || github.base_ref == 'master'