mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 07:17:26 +00:00
chore(ci): Initialize git for template update
This commit is contained in:
parent
3dac2f3683
commit
dbc9faa79d
1 changed files with 4 additions and 0 deletions
4
.github/workflows/template.yml
vendored
4
.github/workflows/template.yml
vendored
|
@ -29,6 +29,10 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Configure git
|
||||
run: |
|
||||
git config --global user.name 'CI'
|
||||
git config --global user.email '<>'
|
||||
- name: Fetch template
|
||||
run: "git remote add template ${{ env.TEMPLATE_URL }} && git fetch template ${{ env.TEMPLATE_BRANCH }}"
|
||||
- name: Merge template
|
||||
|
|
Loading…
Add table
Reference in a new issue