Skip to content

Commit

Permalink
Install git-filter-repo via wget method
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhalili2006 committed Jan 12, 2025
1 parent a183482 commit 1b749f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/repo-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
run: |
git config user.name RecapTimeBot
git config user.email service-accounts+github@crew.recaptime.dev
sudo apt update && sudo apt install git-filter-repo -y
sudo wget https://raw.githubusercontent.com/newren/git-filter-repo/main/git-filter-repo -O /usr/bin/git-filter-repo
sudo chmod +x /usr/bin/git-filter-repo
- name: Dry-run
run: |
echo ::group::Running a dry-run of git filter-repo
Expand Down

0 comments on commit 1b749f8

Please # to comment.