mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
✨ Check new supported apps
This commit is contained in:
@@ -38,7 +38,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Check out Git repository
|
||||
uses: actions/checkout@v3.5.3
|
||||
uses: actions/checkout@main
|
||||
|
||||
- name: Update Env for custom build
|
||||
run: |
|
||||
@@ -77,7 +77,7 @@ jobs:
|
||||
|
||||
|
||||
- name: Setup tmate session
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
uses: mxschmitt/action-tmate@master
|
||||
if: ${{ github.event_name == 'workflow_dispatch' && inputs.DEBUG_ENABLED }}
|
||||
|
||||
- name: Build Revanced APKs
|
||||
@@ -85,7 +85,7 @@ jobs:
|
||||
docker-compose up --build
|
||||
|
||||
- name: Upload Build APKS
|
||||
uses: actions/upload-artifact@v3.1.2
|
||||
uses: actions/upload-artifact@main
|
||||
with:
|
||||
name: Built-APKs
|
||||
path: |
|
||||
@@ -95,7 +95,7 @@ jobs:
|
||||
|
||||
- name: Commit Update file
|
||||
if: ${{ inputs.COMMIT_CHANGELOG }}
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
uses: stefanzweifel/git-auto-commit-action@master
|
||||
with:
|
||||
branch: changelogs
|
||||
skip_checkout: true
|
||||
|
||||
Reference in New Issue
Block a user