Skip to content

Commit e3e6ca0

Browse files
committed
Update actions to use xbmc org
1 parent 776fdc2 commit e3e6ca0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/addon-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
uses: actions/checkout@v1
1212
- name: Kodi addon checker validation
1313
id: kodi-addon-checker
14-
uses: enen92/[email protected]
14+
uses: xbmc/[email protected]
1515
with:
16-
kodi-version: 'gotham'
16+
kodi-version: gotham

.github/workflows/addon-submitter.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
uses: actions/checkout@v1
1515
- name: Generate distribution zip and submit to official kodi repository
1616
id: kodi-addon-submitter
17-
uses: enen92/[email protected]
17+
uses: xbmc/[email protected]
1818
with: # Replace all the below values
19-
kodi-repository: 'repo-scripts'
20-
kodi-version: 'gotham'
21-
addon-id: 'script.module.xbmcswift2'
19+
kodi-repository: repo-scripts
20+
kodi-version: gotham
21+
addon-id: script.module.xbmcswift2
2222
env: # Make sure you create the below secrets (GH_TOKEN and EMAIL)
2323
GH_USERNAME: enenbot
2424
GH_TOKEN: ${{secrets.GH_TOKEN}}

0 commit comments

Comments
 (0)