We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e2ade commit c4e1cddCopy full SHA for c4e1cdd
1 file changed
.github/workflows/addon-checker.yml
@@ -27,12 +27,8 @@ jobs:
27
shell: bash
28
29
run: |
30
- echo "addon=$(git diff --diff-filter=d --name-only HEAD~ | grep /
31
-| 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
32
id: extract_vars
33
34
- 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
-
+ run: $HOME/.local/bin/kodi-addon-checker --branch=${{ github.event.pull_request.base.ref }} --PR ${{ steps.extract_vars.outputs.addon }}
0 commit comments