initial commit

This commit is contained in:
Justin McCormick
2022-08-15 05:43:24 -04:00
commit a28ec64800
8 changed files with 4077 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
name: "AWS CDK GitHub Actions"
description: "Runs AWS CDK commands via GitHub Actions."
author: "Justin McCormick <me@justinmccormick.com>"
branding:
icon: "cloud-lightning"
color: "blue"
inputs:
input:
description: "The raw input containing ANSI color codes"
required: true
outputs:
contents:
description: "A version of 'input' where all ANSI codes have been replaced with HTML color codes."
runs:
using: "node16"
main: "index.js"