mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
ci(project): fix .list files not found error
This commit is contained in:
parent
c63ba17525
commit
b481955761
1 changed files with 2 additions and 0 deletions
2
.github/workflows/project.yml
vendored
2
.github/workflows/project.yml
vendored
|
@ -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/ '
|
||||
|
|
Loading…
Reference in a new issue