Skip to content

Commit

Permalink
fix workflow generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
tyb-talks committed Jul 1, 2024
1 parent f3fea1b commit fefd4fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-ember-deprecations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
This PR updates the list of Ember deprecations in the `deprecation-ids.yaml` file.
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request).
branch: update-ember-deprecations
branch-suffix: timestamp
delete-branch: true
path: ./lib/deprecation_collector/deprecation-ids.yaml
2 changes: 1 addition & 1 deletion scripts/update_ember_deprecations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
return if ember_deprecations.sort == deprecation_ids.sort

deprecations["ember_deprecation_ids"] = deprecation_ids
File.write(DeprecationCollector::DEPRECATION_IDS_FILE, deprecations.to_yaml)
File.write(DeprecationCollector::DEPRECATION_IDS_FILE, deprecations.to_yaml(indentation: 2))
puts "Updated ember deprecations"
ensure
system("rm", "-rf", "deprecation-app")
Expand Down

0 comments on commit fefd4fc

Please sign in to comment.