Skip to content

Commit

Permalink
chore: add action metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Jun 14, 2022
1 parent ee9ad9d commit 030787a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ const project = new GitHubActionTypeScriptProject({
prettier: true,

actionMetadata: {
author: "HashiCorp, Inc.",
branding: {
color: "purple",
icon: "terminal",
},
inputs: Object.entries(inputs).reduce(
(acc, [key, value]) => ({ ...acc, [key]: { ...value, type: undefined } }),
{}
Expand Down
4 changes: 4 additions & 0 deletions action.yml

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

0 comments on commit 030787a

Please sign in to comment.