OxbridgeEconomics
commited on
Update dev.yml
Browse files
.github/workflows/dev.yml
CHANGED
@@ -12,6 +12,10 @@ jobs:
|
|
12 |
with:
|
13 |
fetch-depth: 0
|
14 |
ref: dev # Explicitly checkout the dev branch
|
|
|
|
|
|
|
|
|
15 |
- name: Merge dev into main
|
16 |
run: |
|
17 |
git checkout main
|
|
|
12 |
with:
|
13 |
fetch-depth: 0
|
14 |
ref: dev # Explicitly checkout the dev branch
|
15 |
+
- name: Configure Git user
|
16 |
+
run: |
|
17 |
+
git config --global user.email "[email protected]"
|
18 |
+
git config --global user.name "GitHub Actions"
|
19 |
- name: Merge dev into main
|
20 |
run: |
|
21 |
git checkout main
|