mirror of https://github.com/ohmyzsh/ohmyzsh.git
ci(project): fix .list files not found error
parent
c63ba17525
commit
b481955761
|
@ -61,6 +61,8 @@ jobs:
|
||||||
- name: Classify Pull Request
|
- name: Classify Pull Request
|
||||||
if: github.event_name == 'pull_request_target'
|
if: github.event_name == 'pull_request_target'
|
||||||
run: |
|
run: |
|
||||||
|
touch plugins.list themes.list
|
||||||
|
|
||||||
gh pr view ${{ github.event.pull_request.number }} \
|
gh pr view ${{ github.event.pull_request.number }} \
|
||||||
--repo ${{ github.repository }} \
|
--repo ${{ github.repository }} \
|
||||||
--json files --jq '.files.[].path' | awk -F/ '
|
--json files --jq '.files.[].path' | awk -F/ '
|
||||||
|
|
Loading…
Reference in New Issue