Skip to content

Commit

Permalink
Merge pull request #179 from dkershner6/DAK/fix-name
Browse files Browse the repository at this point in the history
fix: names
  • Loading branch information
dkershner6 authored Dec 31, 2023
2 parents 0dac358 + f3ee7a2 commit a04eddb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ const project = new Node20GitHubActionTypescriptProject({
"projen-github-action-typescript",
"projen-nvm",
],
name: "AWS SSM Parameter Store GetParameters Action",
name: "aws-ssm-getparameters-action",
description:
"A GitHub action centered on AWS Systems Manager Parameter Store GetParameters call, and placing the results into environment variables",

actionMetadata: {
name: "Comment Reaction",
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",
inputs: {
Expand Down
2 changes: 1 addition & 1 deletion action.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/modules.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a04eddb

Please sign in to comment.