Skip to content
play

GitHub Action

namse

v1 Pre-release

namse

play

namse

get aws cloudformation stack outputs

Installation

Copy and paste the following snippet into your .yml file.

              

- name: namse

uses: namse/aws-cloudformation-outputs-action@v1

Learn more about this action in namse/aws-cloudformation-outputs-action

Choose a version

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'