Skip to content

Commit

Permalink
finally fixed auto submitter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
willforde committed Jul 11, 2023
1 parent 7aa5a33 commit eda621d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/kodi-submitter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Generate distribution zip and submit to official kodi repository
- name: Generate distribution zip and submit to official kodi repository
id: kodi-addon-submitter
uses: willforde/action-kodi-addon-submitter@master
uses: xbmc/action-kodi-addon-submitter@v1.3
with:
kodi-repository: repo-scripts
kodi-version: matrix
addon-id: script.module.codequick
sub-directory: true
push-only: true
env:
GH_USERNAME: ${{ github.actor }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit eda621d

Please sign in to comment.