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 fb45b62 commit ae363b3Copy full SHA for ae363b3
.github/workflows/postman.yml
@@ -38,7 +38,7 @@ jobs:
38
cp -R $apl_core_test_fixtures $env_dir
39
cd $env_dir
40
git init
41
- git checkout -b main
+ git checkout main
42
git add .
43
git commit -a -m 'init'
44
# Mark this repo as bare so the local_env_dir can push to env_dir repo
0 commit comments