Skip to content

Merge branch 'main' of https://github.com/Wolf1098/DraftCoreelec-Addons #7

Merge branch 'main' of https://github.com/Wolf1098/DraftCoreelec-Addons

Merge branch 'main' of https://github.com/Wolf1098/DraftCoreelec-Addons #7

Workflow file for this run

name: Addon Builder
on:
push:
branches:
- main
workflow_dispatch:
jobs:
addon-builder:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and Push
run: |
python addons_xml_generator3.py
git config --local user.email "[email protected]"
git config --local user.name "WolfieTech-CI"
git add . || :
git commit -m '[bot] Packaging addons and updating addons.xml' || :
git push || :