mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
fix
This commit is contained in:
6
.github/workflows/manual-patch.yml
vendored
6
.github/workflows/manual-patch.yml
vendored
@@ -122,7 +122,7 @@ jobs:
|
||||
if: steps.check-gh-rex.outputs.internet_error == '0'
|
||||
uses: ./.github/actions/release
|
||||
- name: Re-run workflow if github connection not stable
|
||||
if: always() && steps.patch-rex.outcome == 'skipped' || steps.patch-rex.outcome == 'skipped' && env.retry_count < env.max_retries
|
||||
if: always() && steps.patch-rex.outcome == 'skipped' || steps.release-rex.outcome == 'skipped' && env.retry_count < env.max_retries
|
||||
uses: ./.github/actions/re-run
|
||||
patch_rex_anddea_stable:
|
||||
name: Patch ReX forked by anddea stable
|
||||
@@ -191,7 +191,7 @@ jobs:
|
||||
if: steps.check-gh-rve.outputs.internet_error == '0'
|
||||
uses: ./.github/actions/release
|
||||
- name: Re-run workflow if github connection not stable
|
||||
if: always() && steps.patch-rve.outcome == 'skipped' || steps.patch-rve.outcome == 'skipped' && env.retry_count < env.max_retries
|
||||
if: always() && steps.patch-rve.outcome == 'skipped' || steps.release-rve.outcome == 'skipped' && env.retry_count < env.max_retries
|
||||
uses: ./.github/actions/re-run
|
||||
patch_twitter_piko_stable:
|
||||
name: Patch Twitter Piko Stable
|
||||
@@ -284,4 +284,4 @@ jobs:
|
||||
uses: ./.github/actions/release
|
||||
- name: Re-run workflow if github connection not stable
|
||||
if: always() && steps.patch-rve5.outcome == 'skipped' || steps.release-rve5.outcome == 'skipped' && env.retry_count < env.max_retries
|
||||
uses: ./.github/actions/re-run
|
||||
uses: ./.github/actions/re-run
|
||||
|
||||
Reference in New Issue
Block a user