From d902ae3bfb9edd8c7974936362e33ab20c43e300 Mon Sep 17 00:00:00 2001 From: Fioren <102145692+FiorenMas@users.noreply.github.com> Date: Mon, 25 Mar 2024 22:03:17 +0700 Subject: [PATCH] fix --- .github/workflows/manual-patch.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/manual-patch.yml b/.github/workflows/manual-patch.yml index 3e0ad19..05db6bd 100644 --- a/.github/workflows/manual-patch.yml +++ b/.github/workflows/manual-patch.yml @@ -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 \ No newline at end of file + uses: ./.github/actions/re-run