mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-24 19:38:36 +09:00
Added apkeep support
This commit is contained in:
committed by
Nikhil Badyal
parent
bb05ec0f6f
commit
05ca33164c
@@ -45,6 +45,10 @@ jobs:
|
||||
echo "${{ secrets.ENVS }}" >> .env
|
||||
echo "GITHUB_REPOSITORY=${{ github.repository }}" >> .env
|
||||
|
||||
- name: Update Env from secrets for custom build
|
||||
run: |
|
||||
echo "${{ secrets.SECRETS }}" >> .env
|
||||
|
||||
- name: Setup python
|
||||
uses: actions/setup-python@main
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user