Skip to content

Commit

Permalink
fix: Add action metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Apr 29, 2024
1 parent 6888058 commit 2a60bd2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: 'NPM audit'
name: 'Run NPM audit'
description: 'Runs NPM audit fix and created a Markdown output on what changed'
author: 'susnux'

branding:
icon: shield
color: green

# Define your inputs here.
inputs:
working-directory:
Expand Down

0 comments on commit 2a60bd2

Please sign in to comment.