Browse Source

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

Marc Cornellà 2 years ago
parent
commit
b481955761
1 changed files with 2 additions and 0 deletions
  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/ '