We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac5ec70 commit fd5a15aCopy full SHA for fd5a15a
1 file changed
action.yml
@@ -53,6 +53,9 @@ outputs:
53
ssm-path:
54
description: "Path to ssm secrets"
55
value: ${{ steps.environment.outputs.ssm-path }}
56
+ s3-bucket:
57
+ description: "S3 Bucket for ECS taskdef mirroring"
58
+ value: ${{ steps.environment.outputs.s3-bucket }}
59
runs:
60
using: "composite"
61
steps:
0 commit comments