You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run this worker.postMessage({name:'test',email:'[email protected]', url: 'https://wasm-git.petersalomonsen.com/test',repo: 'test', sourceBranch: 'master', 'targetBranch': 'test'});, the last commit looks like this:
commit 959ca246c3c537b3325ec74fd8c7ed0b282fc624
Author: test <[email protected]>
Date: Thu Apr 15 19:58:10 2021 +0200
test
wasm-git
always commits with name Me and e-mail [email protected] when using inside web-worker.I tried creating
/home/web_user/.gitconfig
and creating the config locally:
Both doesn't work.
The complete script for the web-worker:
The text was updated successfully, but these errors were encountered: