diff --git a/.gitea/workflows/review.yaml b/.gitea/workflows/review.yaml index 18e356e..d27cc63 100644 --- a/.gitea/workflows/review.yaml +++ b/.gitea/workflows/review.yaml @@ -7,6 +7,8 @@ jobs: name: 'Code Review' runs-on: ubuntu steps: + - name: Clean Action Cache + run: rm -rf ~/.local/share/act/_actions/* - name: AI Code Review uses: https://gitea.jsc.idv.tw/jiantw83/code-review@${{ github.head_ref }} with: