diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index b65aa43..4ee687d 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -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 \ No newline at end of file