Skip to content

Commit ce565b7

Browse files
Update script.rb
1 parent 953612d commit ce565b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/tests/src/script.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def get_all_ruleset_details
6767
id = ruleset['id']
6868
details = get("rulesets/#{id}")
6969
puts JSON.parse(details.body)['rules']
70-
puts JSON.parse(details.body)['conditions']
70+
puts JSON.parse(details.body)['conditions']['ref_name']['include']
7171
end
7272
end
7373

0 commit comments

Comments
 (0)