OxbridgeEconomics commited on
Commit
ce5c5bc
·
unverified ·
1 Parent(s): cee7cb5

Update dev.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/dev.yml +4 -0
.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