Skip to content

Commit c4e1cdd

Browse files
authored
Fix syntax errors in addon-checker.yml
1 parent 31e2ade commit c4e1cdd

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/addon-checker.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,8 @@ jobs:
2727
shell: bash
2828

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

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

0 commit comments

Comments
 (0)