Skip to content

Commit 91c9e94

Browse files
committed
feat: create git repo
1 parent ae363b3 commit 91c9e94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/postman.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
cd $env_dir
4040
git init
4141
git checkout main
42+
git config user.name "github-actions[bot]"
43+
git config user.email "github-actions[bot]@users.noreply.github.com"
4244
git add .
4345
git commit -a -m 'init'
4446
# Mark this repo as bare so the local_env_dir can push to env_dir repo

0 commit comments

Comments
 (0)