Skip to content

Commit

Permalink
fix: try setting terraform-output to empty object
Browse files Browse the repository at this point in the history
  • Loading branch information
kschelonka committed Jan 14, 2025
1 parent 3e2dde9 commit a6e1286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reuse-build-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ on:
terraform-output:
description: 'The terraform output which is used to get the ECS_Service and Task Defintion arns for codedeploy'
required: false
default: ''
default: '{}'
type: string
archive-download-name:
description: 'If specified, download this archive instead of checkout'
Expand Down

0 comments on commit a6e1286

Please sign in to comment.