chore: Bugfixing fanout workflow
This commit is contained in:
4
.github/workflows/fanout.yml
vendored
4
.github/workflows/fanout.yml
vendored
@@ -36,8 +36,8 @@ jobs:
|
|||||||
- name: "Filtering out ${{ env.DIR }}"
|
- name: "Filtering out ${{ env.DIR }}"
|
||||||
run: |
|
run: |
|
||||||
curl -s https://raw.githubusercontent.com/newren/git-filter-repo/main/git-filter-repo -o git-filter-repo
|
curl -s https://raw.githubusercontent.com/newren/git-filter-repo/main/git-filter-repo -o git-filter-repo
|
||||||
cp -a git-filter-repo $(git --exec-path)
|
chmod +x git-filter-repo
|
||||||
chmod +x $(git --exec-path)/git-filter-repo
|
export PATH=$PATH:.
|
||||||
cd demo-game
|
cd demo-game
|
||||||
git remote -v
|
git remote -v
|
||||||
git filter-repo --path $DIR --prune-empty auto --force
|
git filter-repo --path $DIR --prune-empty auto --force
|
||||||
|
|||||||
Reference in New Issue
Block a user