From b4819557618bbf8452c612f614ad824d243bb376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Tue, 11 Jan 2022 23:40:33 +0100 Subject: [PATCH] ci(project): fix .list files not found error --- .github/workflows/project.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml index bb1063acb..800761554 100644 --- a/.github/workflows/project.yml +++ b/.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/ '