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