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 1552797 commit 2e804eaCopy full SHA for 2e804ea
.github/workflows/postman.yml
@@ -38,9 +38,11 @@ jobs:
38
cp -R $apl_core_test_fixtures $env_dir
39
cd $env_dir
40
git init
41
- git checkout main
+ git checkout -b 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
47
git config --bool core.bare true
48
echo "The values bare repo has been successfully set up"
0 commit comments