Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit 7aa5a33

Browse files
committed
test to see what happend with auto submitter
1 parent 1efda73 commit 7aa5a33

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/kodi-submitter.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v3
1515

16-
- name: Generate distribution zip and submit to official kodi repository
16+
- name: Generate distribution zip and submit to official kodi repository
1717
id: kodi-addon-submitter
18-
uses: xbmc/action-kodi-addon-submitter@v1.3
18+
uses: willforde/action-kodi-addon-submitter@master
1919
with:
2020
kodi-repository: repo-scripts
2121
kodi-version: matrix
2222
addon-id: script.module.codequick
2323
sub-directory: true
24+
push-only: true
2425
env:
2526
GH_USERNAME: ${{ github.actor }}
2627
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)