From 52fd903f77b14d27558b1f461f31879717fdbb0e Mon Sep 17 00:00:00 2001 From: DmitriyLewen Date: Fri, 7 Jun 2024 16:36:34 +0600 Subject: [PATCH] release: v0.52.0 --- .github/workflows/test-action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-action.yaml b/.github/workflows/test-action.yaml index 502cf7a..462223c 100644 --- a/.github/workflows/test-action.yaml +++ b/.github/workflows/test-action.yaml @@ -35,4 +35,4 @@ jobs: echo ${{ steps.extract_info.outputs.release_branch }} NEW_BRANCHES=$(gh api /repos/${{ github.repository }}/rulesets/$RULESET_ID | jq '{conditions}' | jq '.conditions.ref_name.include += ["refs/heads/${{ steps.extract_info.outputs.release_branch }}"]') echo "$NEW_BRANCHES" - gh api --method put /repos/${{ github.repository }}/rulesets/$RULESET_ID "$NEW_BRANCHES" \ No newline at end of file + echo "$NEW_BRANCHES" | gh api --method put --input - /repos/${{ github.repository }}/rulesets/$RULESET_ID \ No newline at end of file