fix: don't remove ignored directories
This commit is contained in:
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
git config --global user.email "<41898282+github-actions[bot]@users.noreply.github.com>"
|
||||
git config --global user.name "github-actions[bot]"
|
||||
git rm -rf .
|
||||
git clean -fdx
|
||||
git clean -fd --exclude 'LICENSE' --exclude 'README.md' --exclude 'action.yaml'
|
||||
git checkout --orphan ci
|
||||
git add dist README.md LICENSE action.yaml
|
||||
git commit -m "chore: create ci test ($GITHUB_SHA)"
|
||||
|
||||
Reference in New Issue
Block a user