gonna rerun

This commit is contained in:
Minoplhy 2021-10-04 19:49:44 +07:00 committed by GitHub
parent b7217288b7
commit 4318df005e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,16 +29,16 @@ jobs:
sub_action_location: "sub-action.py"
sub_action_Repo: "minoplhy/filters"
restart_when_failed:
name: Restarts the scheduled run when it failed
name: Re-Run the scheduled run when it failed
runs-on: ubuntu-latest
if: github.event_name == 'schedule' && failure()
needs: [build]
steps:
- name: Retry the workflow
- name: Re-Run the workflow
run: |
curl -i \
-X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.API_TOKEN_GITHUB }}" \
https://api.github.com/repos/minoplhy/filters/actions/workflows/11794283/dispatches \
https://api.github.com/repos/minoplhy/filters/actions/runs/$GITHUB_RUN_ID/rerun \
-d '{"ref": "${{ github.ref }}" }'