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

This commit is contained in:
Marc Cornellà 2022-01-11 23:40:33 +01:00
parent c63ba17525
commit b481955761
No known key found for this signature in database
GPG Key ID: 0314585E776A9C1B

View File

@ -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/ '