File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
15
15
jobs :
16
16
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
18
18
secrets : inherit
19
19
with :
20
20
repository : " ${{ github.repository_owner }}/refinery-submodule-parent-images"
Original file line number Diff line number Diff line change 39
39
ref : ${{ github.event.pull_request.head.ref || github.event.repository.default_branch }}
40
40
41
41
- 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
43
43
44
44
- name : Generate Matrix
45
45
id : generate-matrix
Original file line number Diff line number Diff line change 14
14
15
15
jobs :
16
16
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
18
18
secrets : inherit
19
19
with :
20
20
repository : " ${{ github.repository_owner }}/refinery-submodule-parent-images"
Original file line number Diff line number Diff line change 14
14
15
15
jobs :
16
16
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
18
18
secrets : inherit
19
19
with :
20
20
repository : ${{ github.repository }}
44
44
repository : ${{ github.repository_owner }}/${{ matrix.app }}
45
45
46
46
- 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
48
48
49
49
- name : Perform Edit/Git Operations
50
50
run : |
You can’t perform that action at this time.
0 commit comments