Skip to content

Commit

Permalink
fix: publish to github marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
BrycensRanch committed Mar 25, 2023
1 parent 9289190 commit add910c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: read-properties
name: read-properties-action
author: Brycen G <[email protected]>
description: GitHub Action to read values from .properties files, including Java
description: Pure TypeScript GitHub Action to read values from .properties files, with support for glob patterns

inputs:
file:
Expand Down

1 comment on commit add910c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 100% 40/40
🟢 Branches 100% 7/7
🟢 Functions 100% 1/1
🟢 Lines 100% 37/37

Test suite run success

8 tests passing in 1 suite.

Report generated by 🧪jest coverage report action from add910c

Please sign in to comment.