From e2f10dadc876a02dcb029fd756a3d5c3dd7f9f02 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Fri, 26 Aug 2022 15:44:07 -0700 Subject: [PATCH] CI: install git-filter-repo dependency Signed-off-by: Stephen Gutekanst --- .github/workflows/push_subrepos.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/push_subrepos.yml b/.github/workflows/push_subrepos.yml index 885a29bd..8d4c049f 100644 --- a/.github/workflows/push_subrepos.yml +++ b/.github/workflows/push_subrepos.yml @@ -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 }}