Skip to content

Commit 0b7a4cc

Browse files
fix remaining branch references
1 parent dc1bcdf commit 0b7a4cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-product.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
fail-fast: true
9191
matrix:
9292
component: ${{fromJson(needs.prepare-build.outputs.components)}}
93-
uses: datavisyn/github-workflows/.github/workflows/build-single-product-part.yml@main
93+
uses: datavisyn/github-workflows/.github/workflows/build-single-product-part.yml@debug_mode
9494
with:
9595
component: ${{ matrix.component }}
9696
image_tag1: ${{ needs.prepare-build.outputs.image_tag1 }}
@@ -105,7 +105,7 @@ jobs:
105105
fail-fast: true
106106
matrix:
107107
component: ${{fromJson(needs.prepare-build.outputs.components)}}
108-
uses: datavisyn/github-workflows/.github/workflows/build-workspace-product-part.yml@main
108+
uses: datavisyn/github-workflows/.github/workflows/build-workspace-product-part.yml@debug_mode
109109
with:
110110
component: ${{ matrix.component }}
111111
image_tag1: ${{ needs.prepare-build.outputs.image_tag1 }}

0 commit comments

Comments
 (0)