feat: add cache cleaning step to code review workflow
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user