Skip to content

Commit 5c48b53

Browse files
fiddlermikeyMichael Henderson
andauthored
Add error checking (#1)
* add error checking for file and property * add dist and new test yml * negative test case mssing file * add negative test missing property * fix negative test cases --------- Co-authored-by: Michael Henderson <mhenderson@keyfactor.com>
1 parent fa153eb commit 5c48b53

File tree

3 files changed

+86
-88
lines changed

3 files changed

+86
-88
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: ./ # Uses an action in the root directory
1515
id: read
1616
with:
17-
input-file: 'packages.json'
17+
input-file: 'package.json'
1818
input-property: 'author.name' # Exp: 'fiddlermikey'
1919
- name: adding initial markdown
2020
id: adding-initial-markdown

0 commit comments

Comments
 (0)