diff options
author | Marc Cornellà <hello@mcornella.com> | 2022-01-11 23:40:33 +0100 |
---|---|---|
committer | Marc Cornellà <hello@mcornella.com> | 2022-01-11 23:40:33 +0100 |
commit | b4819557618bbf8452c612f614ad824d243bb376 (patch) | |
tree | 8dd3308b99038078f6ab97d00f98e41bb4a99346 /.github | |
parent | c63ba17525b0b4344729762253c9d9e1c0823d49 (diff) | |
download | zsh-b4819557618bbf8452c612f614ad824d243bb376.tar.gz zsh-b4819557618bbf8452c612f614ad824d243bb376.tar.bz2 zsh-b4819557618bbf8452c612f614ad824d243bb376.zip |
ci(project): fix .list files not found error
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/project.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml index bb1063acb..800761554 100644 --- a/.github/workflows/project.yml +++ b/.github/workflows/project.yml @@ -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/ ' |