From cc453c59dda372ab7a61509f4321fb68eeb3d031 Mon Sep 17 00:00:00 2001 From: Minoplhy Date: Mon, 4 Oct 2021 19:57:09 +0700 Subject: [PATCH] no need to refs --- .github/workflows/tasks.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tasks.yaml b/.github/workflows/tasks.yaml index 688e757..67ee12b 100644 --- a/.github/workflows/tasks.yaml +++ b/.github/workflows/tasks.yaml @@ -40,5 +40,4 @@ 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 \ - -d '{"ref": "${{ github.ref }}" }' + https://api.github.com/repos/minoplhy/filters/actions/runs/$GITHUB_RUN_ID/rerun