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

parent c63ba175
...@@ -61,6 +61,8 @@ jobs: ...@@ -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/ '
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment