CI: install git-filter-repo dependency

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-08-26 15:44:07 -07:00
parent 3011ed0ea4
commit e2f10dadc8

View file

@ -13,6 +13,8 @@ jobs:
# fetch full Git history, otherwise push-subrepos.sh would fail due to not being able to
# split the git subtree.
fetch-depth: 0
- name: Install git-filter-repo
run: sudo apt-get install -y git-filter-repo
- name: "Push recent commits to subrepositories"
env:
ACCESS_TOKEN: ${{ secrets.HEXOPS_MACH_PUSH_SUBREPOS }}