We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae363b3 commit 91c9e94Copy full SHA for 91c9e94
.github/workflows/postman.yml
@@ -39,6 +39,8 @@ jobs:
39
cd $env_dir
40
git init
41
git checkout main
42
+ git config user.name "github-actions[bot]"
43
+ git config user.email "github-actions[bot]@users.noreply.github.com"
44
git add .
45
git commit -a -m 'init'
46
# Mark this repo as bare so the local_env_dir can push to env_dir repo
0 commit comments