Skip to content

Commit 262b8f7

Browse files
authored
Update setup-new-repo.yml
1 parent c6fa614 commit 262b8f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/setup-new-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
echo "$RULESETS" | jq -c '.[]' | while read -r ruleset; do
216216
NAME=$(echo "$ruleset" | jq -r '.name')
217217
echo "Syncing ruleset: $NAME"
218-
PAYLOAD=$(echo "$ruleset" | jq '{name, enforcement, conditions, bypass_actors, rules, target, targets}')# debug only
218+
PAYLOAD=$(echo "$ruleset" | jq '{name, enforcement, conditions, bypass_actors, rules, target, targets}')
219219
echo "$PAYLOAD" | jq
220220
echo "$PAYLOAD" > ruleset.json
221221

0 commit comments

Comments
 (0)