mirror of
https://github.com/clap-rs/clap
synced 2024-12-12 13:52:34 +00:00
chore(ci): Get history for template update
This commit is contained in:
parent
e1f77dacf1
commit
3dac2f3683
1 changed files with 2 additions and 0 deletions
2
.github/workflows/template.yml
vendored
2
.github/workflows/template.yml
vendored
|
@ -27,6 +27,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Fetch template
|
||||
run: "git remote add template ${{ env.TEMPLATE_URL }} && git fetch template ${{ env.TEMPLATE_BRANCH }}"
|
||||
- name: Merge template
|
||||
|
|
Loading…
Reference in a new issue