chore: Final bugfix for fanout
This commit is contained in:
3
.github/workflows/fanout.yml
vendored
3
.github/workflows/fanout.yml
vendored
@@ -37,10 +37,9 @@ jobs:
|
|||||||
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
|
||||||
chmod +x git-filter-repo
|
chmod +x 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
|
||||||
git clean -fd
|
git clean -fd
|
||||||
git status
|
git status
|
||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
|
|||||||
Reference in New Issue
Block a user