update workflow
All checks were successful
Update channel domains / update (push) Successful in 17s

This commit is contained in:
2025-01-18 00:00:26 +01:00
parent cbee6237c3
commit defd55e0ee

View File

@@ -26,9 +26,10 @@ jobs:
- name: Update domains
run: python tools/updateDomains.py
- name: Commit & Push changes
uses: actions-js/push@master
with:
message: "Aggiornamento domini"
branch: "master"
github_token: ${{ secrets.API_TOKEN_GITHUB }}
- name: Commit changes
run: |
git add .
git commit -m "Aggiornamento domini" || echo "No changes to commit"
- name: push
run: |
git push https://stevazi:${{ secrets.API_TOKEN_GITHUB }}@git.stevazi.mywire.org/stevazi/addon.git master