From 70fb0c78a000c147997959aca2907b2baa989e1f Mon Sep 17 00:00:00 2001 From: Derek Kershner Date: Sun, 31 Dec 2023 12:11:34 -0800 Subject: [PATCH] fix: Shorten Description --- .projenrc.ts | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.projenrc.ts b/.projenrc.ts index 7a499e6..84cd961 100644 --- a/.projenrc.ts +++ b/.projenrc.ts @@ -22,7 +22,7 @@ const project = new Node20GitHubActionTypescriptProject({ actionMetadata: { name: "AWS SSM Parameter Store GetParameters Action", description: - "A GitHub action centered on AWS Systems Manager Parameter Store GetParameters call, and placing the results into environment variables", + "AWS Systems Manager Parameter Store GetParameters call, including placing the results into environment variables", inputs: { parameterPairs: { required: true, diff --git a/action.yml b/action.yml index 877fcb1..c45c5a0 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ # ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen". name: AWS SSM Parameter Store GetParameters Action -description: A GitHub action centered on AWS Systems Manager Parameter Store GetParameters call, and placing the results into environment variables +description: AWS Systems Manager Parameter Store GetParameters call, including placing the results into environment variables runs: using: node20 main: dist/index.js