Skip to content

fix github action variable usage #522

fix github action variable usage

fix github action variable usage #522

Workflow file for this run

name: Addon Checker
on: [push, pull_request]
jobs:
kodi-addon-checker:
if: github.repository == 'zim514/script.service.hue'
runs-on: ubuntu-latest
name: Kodi addon checker
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Kodi addon checker validation
id: kodi-addon-checker
uses: zim514/action-kodi-addon-checker@latest
#uses: xbmc/[email protected]
with:
kodi-version: matrix
addon-id: ${{ github.event.repository.name }}