Skip to content

Commit 681026f

Browse files
authored
chore: add git config to integration test
1 parent efad91c commit 681026f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/integration.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ jobs:
7979
folder: integration
8080
target-folder: cat/montezuma2
8181
silent: true
82+
git-config-name: Montezuma
83+
git-config-email: [email protected]
8284

8385
- name: Cleanup Generated Branch
8486
uses: dawidd6/[email protected]
@@ -109,6 +111,8 @@ jobs:
109111
folder: integration
110112
target-folder: cat/montezuma2
111113
silent: true
114+
git-config-name: Montezuma
115+
git-config-email: [email protected]
112116

113117
- name: Cleanup Generated Branch
114118
uses: dawidd6/[email protected]
@@ -133,6 +137,8 @@ jobs:
133137
folder: integration
134138
target-folder: cat/montezuma3
135139
silent: true
140+
git-config-name: Montezuma
141+
git-config-email: [email protected]
136142

137143
- name: Cleanup Generated Branch
138144
uses: dawidd6/[email protected]
@@ -162,6 +168,8 @@ jobs:
162168
folder: integration
163169
target-folder: cat/montezuma4
164170
silent: true
171+
git-config-name: Montezuma
172+
git-config-email: [email protected]
165173

166174
- name: Cleanup Generated Branch
167175
uses: dawidd6/[email protected]
@@ -189,6 +197,8 @@ jobs:
189197
folder: integration
190198
target-folder: cat/montezuma4
191199
silent: true
200+
git-config-name: Montezuma
201+
git-config-email: [email protected]
192202

193203
- name: Build and Deploy
194204
uses: JamesIves/github-pages-deploy-action@v4
@@ -197,6 +207,8 @@ jobs:
197207
folder: integration
198208
target-folder: cat/subsequent
199209
silent: true
210+
git-config-name: Montezuma
211+
git-config-email: [email protected]
200212

201213
- name: Cleanup Generated Branch
202214
uses: dawidd6/[email protected]
@@ -229,6 +241,8 @@ jobs:
229241
folder: integration
230242
clean: true
231243
silent: true
244+
git-config-name: Montezuma
245+
git-config-email: [email protected]
232246

233247
# Deploys to a branch that doesn't exist with SINGLE_COMMIT. (Includes subsequent commit)
234248
integration-branch-creation:
@@ -248,6 +262,8 @@ jobs:
248262
folder: integration
249263
single-commit: true
250264
silent: true
265+
git-config-name: Montezuma
266+
git-config-email: [email protected]
251267

252268
- name: Build and Deploy
253269
uses: JamesIves/github-pages-deploy-action@v4
@@ -258,6 +274,8 @@ jobs:
258274
single-commit: true
259275
target-folder: jives
260276
silent: true
277+
git-config-name: Montezuma
278+
git-config-email: [email protected]
261279

262280
- name: Cleanup Generated Branch
263281
uses: dawidd6/[email protected]

0 commit comments

Comments
 (0)