Skip to content

Commit

Permalink
release: v0.52.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Jun 7, 2024
1 parent 742f6b0 commit 52fd903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
echo "$NEW_BRANCHES" | gh api --method put --input - /repos/${{ github.repository }}/rulesets/$RULESET_ID

0 comments on commit 52fd903

Please sign in to comment.