Skip to content

Commit

Permalink
standard format
Browse files Browse the repository at this point in the history
  • Loading branch information
malikshi committed Jul 17, 2023
1 parent 1b3517d commit 88ca94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruleUpdate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
formatted_yaml = re.sub(r"(\s+-) '(.+)'", r"\1 \2", yaml_output)
# Save the formatted YAML to a file
output_file = "bank-id.yaml"
output_file = "rule_bank-id.yaml"
with open(output_file, "w") as file:
file.write(formatted_yaml)
EOF
Expand Down

0 comments on commit 88ca94f

Please sign in to comment.