From 8566f970bf40565183ff73726237e1a02199652a Mon Sep 17 00:00:00 2001 From: Minoplhy Date: Wed, 6 Oct 2021 17:06:18 +0700 Subject: [PATCH] all my homie used dispatches --- .github/workflows/tasks.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tasks.yaml b/.github/workflows/tasks.yaml index 67ee12b..4e3ca27 100644 --- a/.github/workflows/tasks.yaml +++ b/.github/workflows/tasks.yaml @@ -40,4 +40,5 @@ jobs: -X POST \ -H "Accept: application/vnd.github.v3+json" \ -H "Authorization: token ${{ secrets.API_TOKEN_GITHUB }}" \ - https://api.github.com/repos/minoplhy/filters/actions/runs/$GITHUB_RUN_ID/rerun + https://api.github.com/repos/minoplhy/filters/actions/workflows/11794283/dispatches \ + -d '{"ref": "${{ github.ref }}" }'