Skip to content

Commit

Permalink
Merge pull request #2675 from xbmc/piers-fix-addon-checker.yml
Browse files Browse the repository at this point in the history
[Piers] Fix addon-checker.yml
  • Loading branch information
fuzzard authored Nov 11, 2024
2 parents 45f2df2 + 70795a1 commit dd25198
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/addon-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,9 @@ jobs:
shell: bash

run: |
echo "addon=$(git diff --diff-filter=d --name-only HEAD~ | grep /
| cut -d / -f1 | sort | uniq)" >> $GITHUB_OUTPUT
echo "addon=$(git diff --diff-filter=d --name-only HEAD~ | grep / | cut -d / -f1 | sort | uniq)" >> $GITHUB_OUTPUT
id: extract_vars

- name: Addon-Check
run: $HOME/.local/bin/kodi-addon-checker --branch=${{
github.event.pull_request.base.ref }} --PR ${{
steps.extract_vars.outputs.addon }}
run: $HOME/.local/bin/kodi-addon-checker --branch=${{ github.event.pull_request.base.ref }} --PR ${{ steps.extract_vars.outputs.addon }}

0 comments on commit dd25198

Please sign in to comment.