0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02:00

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