lib/pipedream/dsl/pipeline/codebuild.rb in pipedream-0.4.1 vs lib/pipedream/dsl/pipeline/codebuild.rb in pipedream-0.4.2
- old
+ new
@@ -18,10 +18,10 @@
actions = projects.map do |item|
if item.is_a?(String)
name = item.underscore.camelize
default.deep_merge(
name: name,
- configuration: { project_name: project_name },
+ configuration: { project_name: name },
)
else # Hash
# With the hash, the user needs to set: name and configuration.project_name
# Handy shorthands