Skip to content

Commit 881db53

Browse files
committed
Merge branch 'dev' into releases/v4
2 parents 91f72e3 + 4e28ec4 commit 881db53

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

.github/workflows/integration.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
folder: integration
2929
single-commit: true
3030
clean: true
31-
silent: true
31+
silent: false
3232

3333
integration-checkout-v1:
3434
needs: integration-cross-repo-push
@@ -45,7 +45,7 @@ jobs:
4545
target-folder: cat/montezuma
4646
git-config-name: Montezuma
4747
git-config-email: montezuma@jamesiv.es
48-
silent: true
48+
silent: false
4949

5050
- name: Cleanup Generated Branch
5151
uses: dawidd6/action-delete-branch@v3.1.0
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
folder: integration
6969
target-folder: cat/montezuma2
70-
silent: true
70+
silent: false
7171
git-config-name: Montezuma
7272
git-config-email: montezuma@jamesiv.es
7373

@@ -100,7 +100,7 @@ jobs:
100100
with:
101101
folder: integration
102102
target-folder: cat/montezuma2
103-
silent: true
103+
silent: false
104104
git-config-name: Montezuma
105105
git-config-email: montezuma@jamesiv.es
106106

@@ -126,7 +126,7 @@ jobs:
126126
ssh-key: ${{ secrets.DEPLOY_KEY }}
127127
folder: integration
128128
target-folder: cat/montezuma3
129-
silent: true
129+
silent: false
130130
git-config-name: Montezuma
131131
git-config-email: montezuma@jamesiv.es
132132

@@ -157,7 +157,7 @@ jobs:
157157
ssh-key: true
158158
folder: integration
159159
target-folder: cat/montezuma4
160-
silent: true
160+
silent: false
161161
git-config-name: Montezuma
162162
git-config-email: montezuma@jamesiv.es
163163

@@ -186,7 +186,7 @@ jobs:
186186
ssh-key: ${{ secrets.DEPLOY_KEY }}
187187
folder: integration
188188
target-folder: cat/montezuma4
189-
silent: true
189+
silent: false
190190
git-config-name: Montezuma
191191
git-config-email: montezuma@jamesiv.es
192192

@@ -196,7 +196,7 @@ jobs:
196196
ssh-key: ${{ secrets.DEPLOY_KEY }}
197197
folder: integration
198198
target-folder: cat/subsequent
199-
silent: true
199+
silent: false
200200
git-config-name: Montezuma
201201
git-config-email: montezuma@jamesiv.es
202202

@@ -230,7 +230,7 @@ jobs:
230230
token: ${{ secrets.ACCESS_TOKEN }}
231231
folder: integration
232232
clean: true
233-
silent: true
233+
silent: false
234234
git-config-name: Montezuma
235235
git-config-email: montezuma@jamesiv.es
236236

@@ -251,7 +251,7 @@ jobs:
251251
branch: integration-test-delete-prod
252252
folder: integration
253253
single-commit: true
254-
silent: true
254+
silent: false
255255
git-config-name: Montezuma
256256
git-config-email: montezuma@jamesiv.es
257257

@@ -263,7 +263,7 @@ jobs:
263263
folder: integration
264264
single-commit: true
265265
target-folder: jives
266-
silent: true
266+
silent: false
267267
git-config-name: Montezuma
268268
git-config-email: montezuma@jamesiv.es
269269

@@ -350,7 +350,7 @@ jobs:
350350
with:
351351
folder: .
352352
target-folder: cat/montezuma5
353-
silent: true
353+
silent: false
354354
git-config-name: Montezuma
355355
git-config-email: montezuma@jamesiv.es
356356

.github/workflows/version.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
call-integration-workflow:
1616
name: Verify Major Tag 🚀
1717
needs: update-majorver
18+
secrets: inherit
1819
uses: ./.github/workflows/integration.yml
1920

2021
update-registries:

0 commit comments

Comments
 (0)