Update '.github/workflows/updater.yml'

This commit is contained in:
matt1432 2023-03-08 21:30:51 -05:00
parent 087e2bba23
commit 6bad31e9d2

View file

@ -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