We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bedeed1 commit 9f35ec5Copy full SHA for 9f35ec5
2 files changed
.github/workflows/addon-check.yml
@@ -13,4 +13,4 @@ jobs:
13
id: kodi-addon-checker
14
uses: xbmc/action-kodi-addon-checker@v1.0
15
with:
16
- kodi-version: krypton
+ kodi-version: matrix
.github/workflows/addon-submitter.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: xbmc/action-kodi-addon-submitter@v1.0
18
with: # Replace all the below values
19
kodi-repository: repo-plugins
20
21
addon-id: plugin.library.node.editor
22
env: # Make sure you create the below secrets (GH_TOKEN and EMAIL)
23
GH_USERNAME: enenbot
0 commit comments