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
|
||||
- export PATH=/root/.local/bin:$PATH
|
||||
- pipenv install
|
||||
- pipenv --python /usr/bin/python3.9 run pip install requests_cache
|
||||
- pipenv --python /usr/bin/python3.9 run python main.py
|
||||
|
||||
- name: push
|
||||
|
@ -24,6 +23,12 @@ steps:
|
|||
branch: main
|
||||
remote: git@git.nelim.org:matt1432/android_vendor_mulchwebview.git
|
||||
commit: true
|
||||
commit_message: "Updated APK"
|
||||
commit_message: "Update APK"
|
||||
ssh_key:
|
||||
from_secret: ssh
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- cron
|
||||
cron:
|
||||
- update
|
Loading…
Reference in a new issue