Update '.github/workflows/updater.yml'
This commit is contained in:
parent
087e2bba23
commit
6bad31e9d2
1 changed files with 7 additions and 2 deletions
9
.github/workflows/updater.yml
vendored
9
.github/workflows/updater.yml
vendored
|
@ -14,7 +14,6 @@ steps:
|
||||||
- pipx ensurepath
|
- pipx ensurepath
|
||||||
- export PATH=/root/.local/bin:$PATH
|
- export PATH=/root/.local/bin:$PATH
|
||||||
- pipenv install
|
- pipenv install
|
||||||
- pipenv --python /usr/bin/python3.9 run pip install requests_cache
|
|
||||||
- pipenv --python /usr/bin/python3.9 run python main.py
|
- pipenv --python /usr/bin/python3.9 run python main.py
|
||||||
|
|
||||||
- name: push
|
- name: push
|
||||||
|
@ -24,6 +23,12 @@ steps:
|
||||||
branch: main
|
branch: main
|
||||||
remote: git@git.nelim.org:matt1432/android_vendor_mulchwebview.git
|
remote: git@git.nelim.org:matt1432/android_vendor_mulchwebview.git
|
||||||
commit: true
|
commit: true
|
||||||
commit_message: "Updated APK"
|
commit_message: "Update APK"
|
||||||
ssh_key:
|
ssh_key:
|
||||||
from_secret: ssh
|
from_secret: ssh
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
- cron
|
||||||
|
cron:
|
||||||
|
- update
|
Loading…
Reference in a new issue