diff --git a/.github/workflows/addon-check.yml b/.github/workflows/addon-check.yml index f7b7096..f497925 100644 --- a/.github/workflows/addon-check.yml +++ b/.github/workflows/addon-check.yml @@ -1,6 +1,7 @@ name: Kodi on: # Run action when pushed to master, or for commits in a pull request. + workflow_dispatch: push: branches: - master @@ -14,8 +15,6 @@ jobs: steps: - name: Check out ${{ github.sha }} from repository ${{ github.repository }} uses: actions/checkout@v5 - with: - path: ${{ github.repository }} - name: Install dependencies run: | python -m pip install --upgrade pip @@ -23,4 +22,4 @@ jobs: - name: Remove unwanted files run: awk '/export-ignore/ { print $1 }' .gitattributes | xargs rm -rf -- - name: Run kodi-addon-checker - run: kodi-addon-checker --branch=matrix ${{ github.repository }}/ + run: kodi-addon-checker --branch=matrix