浏览代码

ci(project): fix .list files not found error

Marc Cornellà 2 年之前
父节点
当前提交
b481955761
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/project.yml

+ 2 - 0
.github/workflows/project.yml

@@ -61,6 +61,8 @@ jobs:
       - name: Classify Pull Request
         if: github.event_name == 'pull_request_target'
         run: |
+          touch plugins.list themes.list
+
           gh pr view ${{ github.event.pull_request.number }} \
             --repo ${{ github.repository }} \
             --json files --jq '.files.[].path' | awk -F/ '