CI: correct git-filter-repo installation
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
d0961f2898
commit
e193be5bfe
1 changed files with 1 additions and 3 deletions
4
.github/workflows/push_subrepos.yml
vendored
4
.github/workflows/push_subrepos.yml
vendored
|
|
@ -14,9 +14,7 @@ jobs:
|
||||||
# split the git subtree.
|
# split the git subtree.
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Install git-filter-repo
|
- name: Install git-filter-repo
|
||||||
run: |
|
run: python3 -m pip install --user git-filter-repo
|
||||||
sudo apt-get update
|
|
||||||
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