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:
2
.github/actions/re-run/action.yml
vendored
2
.github/actions/re-run/action.yml
vendored
@@ -8,7 +8,7 @@ runs:
|
||||
script: |
|
||||
const maxRetries = ${{ env.max_retries }};
|
||||
let retryCount = Number('${{ env.retry_count }}');
|
||||
const orgInput = '${{ github.event.inputs.org }}' || '${{ inputs.org }}';
|
||||
const orgInput = '${{ env.org_event_input }}' || '${{ env.org_input }}';
|
||||
if (retryCount < maxRetries) {
|
||||
retryCount += 1;
|
||||
await github.rest.actions.createWorkflowDispatch({
|
||||
|
||||
Reference in New Issue
Block a user