diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 05de6cf..7957869 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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)"