Skip to content

Commit b6a951a

Browse files
authored
Merge branch 'develop' into feature/for-memory-profiler
2 parents ef5e125 + 1191201 commit b6a951a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ jobs:
8383
- name: 🚚 Marge pull request (pull_request_target)
8484
if: github.event_name == 'pull_request_target'
8585
run: |
86+
git config user.name "GitHub Actions"
87+
git config user.email "actions@github.com"
8688
git rebase ${{ github.event.pull_request.base.sha }}
8789
git log --oneline -n 10
8890

0 commit comments

Comments
 (0)