Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
nzhang4 committed Nov 16, 2020
1 parent 8469dc6 commit 3586f20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ author: 'Zhang Nan ([email protected])'
branding:
icon: user-check
color: green
description: 'This action helps you to validate XML syntax in a specified directory. And write back with formatted content. read file recursively with specified file extensions.'
description: 'This action helps you to validate XML syntax in a specified directory. And write back with formatted content.'
inputs:
file-extension:
description: 'file extension that you want to read. such as "config" or "xml". split with comma.'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anyone-developer/anyone-validate-xml",
"version": "0.9.0",
"version": "0.9.1",
"description": "This action helps you to validate XML syntax in a specified directory. And write back with formatted content. read file recursively with specified file extensions.",
"main": "index.ts",
"types": "index.d.ts",
Expand Down

0 comments on commit 3586f20

Please sign in to comment.