File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -12,19 +12,19 @@ jobs:
1212 steps :
1313 - name : Checkout
1414 uses : actions/checkout@v4
15- # - name: Generate distribution zip and submit to official kodi repository
16- # id: kodi-addon-submitter
17- # uses: xbmc/action-kodi-addon-submitter@v1.3
18- # with:
19- # kodi-repository: repo-scripts
20- # kodi-version: matrix
21- # addon-id: script.module.srgssr
22- # kodi-matrix: false # Submit a Python 2/3 compatible addon to matrix branch in addition to the target branch
23- # sub-directory: false
24- # env: # Make sure you create the below secrets (GH_TOKEN and EMAIL)
25- # GH_USERNAME: ${{ github.actor }}
26- # GH_TOKEN: ${{secrets.GH_TOKEN}}
27- # EMAIL: ${{secrets.EMAIL}}
15+ - name : Generate distribution zip and submit to official kodi repository
16+ id : kodi-addon-submitter
17+ uses : xbmc/action-kodi-addon-submitter@v1.3
18+ with :
19+ kodi-repository : repo-scripts
20+ kodi-version : matrix
21+ addon-id : script.module.srgssr
22+ kodi-matrix : false # Submit a Python 2/3 compatible addon to matrix branch in addition to the target branch
23+ sub-directory : false
24+ env : # Make sure you create the below secrets (GH_TOKEN and EMAIL)
25+ GH_USERNAME : ${{ github.actor }}
26+ GH_TOKEN : ${{secrets.GH_TOKEN}}
27+ EMAIL : ${{secrets.EMAIL}}
2828 - name : Create Github Release
2929 id : create_release
3030 uses : actions/create-release@v1.1.4
You can’t perform that action at this time.
0 commit comments