We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02a4b95 + 3020fb3 commit a28f033Copy full SHA for a28f033
1 file changed
.github/workflows/deploy_demo.yml
@@ -17,6 +17,7 @@ jobs:
17
run: |
18
git config --global user.email "deploy-fair-python-cookiecutter@example.com"
19
git config --global user.name "Deployment Bot"
20
+ git config --global init.defaultBranch main
21
22
- name: Prepare SSH (needed for remote push)
23
uses: webfactory/ssh-agent@v0.7.0
0 commit comments