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 3dac2f3 commit dbc9faaCopy full SHA for dbc9faa
.github/workflows/template.yml
@@ -29,6 +29,10 @@ jobs:
29
uses: actions/checkout@v4
30
with:
31
fetch-depth: 0
32
+ - name: Configure git
33
+ run: |
34
+ git config --global user.name 'CI'
35
+ git config --global user.email '<>'
36
- name: Fetch template
37
run: "git remote add template ${{ env.TEMPLATE_URL }} && git fetch template ${{ env.TEMPLATE_BRANCH }}"
38
- name: Merge template
0 commit comments