Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyu authored Oct 16, 2020
1 parent 5f1499d commit b553401
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "NFR Badge"
description: "Update readme.md with NFR badgets"
name: "Checklist Progress Badge"
description: "Update readme file with badges generated from repos checklists"
branding:
icon: "check-square"
color: "green"
Expand All @@ -9,7 +9,7 @@ inputs:
default: "README.md"
required: true
nfr-fnames:
description: "NFR files separated by space"
description: "Checklist files separated by space"
required: true
github_token:
description: 'Token for the repo. Can be passed in using $\{{ secrets.GITHUB_TOKEN }}. If passed readme file will be updated.'
Expand Down

0 comments on commit b553401

Please sign in to comment.