Skip to content

Releases: namse/aws-cloudformation-outputs-action

v1

15 Oct 15:42
Compare
Choose a tag to compare
v1 Pre-release
Pre-release

aws cloudformation outputs action

This action set AWS Cloudformation stack outputs as github action outputs.

Inputs

stack-name

Required The name of the AWS Cloudformation stack.

Outputs

{key}

Every key of stack outputs will be filled as github action oputputs.

Example usage

uses: namse/aws-cloudformation-outputs-action@v1.0
with:
stack-name: 'MyCfnStackName'