Skip to content

Commit ae363b3

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/postman.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
cp -R $apl_core_test_fixtures $env_dir
3939
cd $env_dir
4040
git init
41-
git checkout -b main
41+
git checkout main
4242
git add .
4343
git commit -a -m 'init'
4444
# Mark this repo as bare so the local_env_dir can push to env_dir repo

0 commit comments

Comments
 (0)