We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953612d commit ce565b7Copy full SHA for ce565b7
.github/tests/src/script.rb
@@ -67,7 +67,7 @@ def get_all_ruleset_details
67
id = ruleset['id']
68
details = get("rulesets/#{id}")
69
puts JSON.parse(details.body)['rules']
70
- puts JSON.parse(details.body)['conditions']
+ puts JSON.parse(details.body)['conditions']['ref_name']['include']
71
end
72
73
0 commit comments