CI: install git-filter-repo dependency
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
3011ed0ea4
commit
e2f10dadc8
1 changed files with 2 additions and 0 deletions
2
.github/workflows/push_subrepos.yml
vendored
2
.github/workflows/push_subrepos.yml
vendored
|
|
@ -13,6 +13,8 @@ jobs:
|
||||||
# fetch full Git history, otherwise push-subrepos.sh would fail due to not being able to
|
# fetch full Git history, otherwise push-subrepos.sh would fail due to not being able to
|
||||||
# split the git subtree.
|
# split the git subtree.
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
- name: Install git-filter-repo
|
||||||
|
run: sudo apt-get install -y git-filter-repo
|
||||||
- name: "Push recent commits to subrepositories"
|
- name: "Push recent commits to subrepositories"
|
||||||
env:
|
env:
|
||||||
ACCESS_TOKEN: ${{ secrets.HEXOPS_MACH_PUSH_SUBREPOS }}
|
ACCESS_TOKEN: ${{ secrets.HEXOPS_MACH_PUSH_SUBREPOS }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue