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: |
|
||||
curl -s https://raw.githubusercontent.com/newren/git-filter-repo/main/git-filter-repo -o git-filter-repo
|
||||
chmod +x git-filter-repo
|
||||
export PATH=$PATH:.
|
||||
cd demo-game
|
||||
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 status
|
||||
- name: "Checkout"
|
||||
|
||||
Reference in New Issue
Block a user