diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index ec4333a5..e6afeadf 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -45,6 +45,7 @@ jobs: git config --global user.name 'github-actions[bot]' git config --global user.email 'github-actions[bot]@users.noreply.github.com' git rm -r --ignore-unmatch */* + rm -rf * cp -r /tmp/workspace/* . git add . if [[ $(git status --porcelain) ]]; then git commit -am "chore: automatically generated files" && git push; fi