Skip to content

Commit d815652

Browse files
committed
fix: reference workflows @dev
1 parent 2e115b7 commit d815652

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/pi_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414

1515
jobs:
1616
pi-matrix:
17-
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/pi_matrix.yml@parent-images
17+
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/pi_matrix.yml@dev
1818
secrets: inherit
1919
with:
2020
repository: "${{ github.repository_owner }}/refinery-submodule-parent-images"

.github/workflows/pi_matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
ref: ${{ github.event.pull_request.head.ref || github.event.repository.default_branch }}
4040

4141
- name: Clone cicd-deployment-scripts
42-
run: git clone --branch parent-images https://oauth2:${{ secrets.GH_TOKEN }}@github.com/code-kern-ai/cicd-deployment-scripts.git
42+
run: git clone https://oauth2:${{ secrets.GH_TOKEN }}@github.com/code-kern-ai/cicd-deployment-scripts.git
4343

4444
- name: Generate Matrix
4545
id: generate-matrix

.github/workflows/pi_merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414

1515
jobs:
1616
pi-matrix:
17-
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/pi_matrix.yml@parent-images
17+
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/pi_matrix.yml@dev
1818
secrets: inherit
1919
with:
2020
repository: "${{ github.repository_owner }}/refinery-submodule-parent-images"

.github/workflows/pi_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414

1515
jobs:
1616
pi-matrix:
17-
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/pi_matrix.yml@parent-images
17+
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/pi_matrix.yml@dev
1818
secrets: inherit
1919
with:
2020
repository: ${{ github.repository }}
@@ -44,7 +44,7 @@ jobs:
4444
repository: ${{ github.repository_owner }}/${{ matrix.app }}
4545

4646
- name: Clone cicd-deployment-scripts
47-
run: git clone --branch parent-images https://oauth2:${{ secrets.GH_TOKEN }}@github.com/code-kern-ai/cicd-deployment-scripts.git
47+
run: git clone https://oauth2:${{ secrets.GH_TOKEN }}@github.com/code-kern-ai/cicd-deployment-scripts.git
4848

4949
- name: Perform Edit/Git Operations
5050
run: |

0 commit comments

Comments
 (0)