File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 run : |
2424 git config --global user.name "GitHub Action"
2525 git config --global user.email "action@github.com"
26- git config --global init.defaultBranch rendered
2726 copier -f -d docker=True -d docs=True . build/ && cd build/
2827 poetry run task lint
2928 - name : Push rendered project
3029 run : |
3130 REMOTE=https://${GITHUB_ACTOR}:${{ secrets.GH_PAT }}@github.com/${GITHUB_REPOSITORY}.git
32- git -C build push -fu $REMOTE rendered
31+ git -C build push -fu $REMOTE HEAD: rendered
Original file line number Diff line number Diff line change 55[](https://pypi.org/project/{{project_name}}/)
66[](https://pypi.org/project/{{project_name}}/)
77{% endif -%}
8- [](https://github.com/psf/black)
8+ [](https://github.com/psf/black)
9+ [](http://mypy-lang.org/)
910[](https://github.com/pre-commit/pre-commit)
1011
1112{{project_description}}
Original file line number Diff line number Diff line change @@ -36,5 +36,5 @@ To create your repo:
3636 $ gh repo create -y {{repo_username}}/{{repo_name}} {% if private %}--private{% else %}--public{% endif %}
3737
3838To create your PAT:
39- $ gh secret set GITHUB_PAT -b \$ GITHUB_TOKEN
39+ $ gh secret set GH_PAT -b \$ TOKEN
4040EOF
You can’t perform that action at this time.
0 commit comments