Skip to content

Commit 2e804ea

Browse files
committed
feat: create git repo
1 parent 1552797 commit 2e804ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/postman.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ jobs:
3838
cp -R $apl_core_test_fixtures $env_dir
3939
cd $env_dir
4040
git init
41-
git checkout main
41+
git checkout -b main
4242
git config user.name "github-actions[bot]"
4343
git config user.email "github-actions[bot]@users.noreply.github.com"
44+
git add .
45+
git commit -a -m 'init'
4446
# Mark this repo as bare so the local_env_dir can push to env_dir repo
4547
git config --bool core.bare true
4648
echo "The values bare repo has been successfully set up"

0 commit comments

Comments
 (0)