We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zero-backend-go/scripts/gha-setup.sh
Lines 37 to 38 in e7860e1
probably can do the same as commitdev/zero#424 and run git config --get init.defaultBranch with a default
git config --get init.defaultBranch
zero-backend-go/templates/.circleci/config.yml
Line 294 in 14c0f1a
/^(master|main)$/
The text was updated successfully, but these errors were encountered:
get default from git config to fix commitdev#83
7edbd2c
94119c4
88282c2
No branches or pull requests
zero-backend-go/scripts/gha-setup.sh
Lines 37 to 38 in e7860e1
probably can do the same as commitdev/zero#424 and run
git config --get init.defaultBranch
with a defaultzero-backend-go/templates/.circleci/config.yml
Line 294 in 14c0f1a
we could just update so it supports both in a regex
/^(master|main)$/
or something like thatThe text was updated successfully, but these errors were encountered: