Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export async function run(): Promise<void> {
if (policyFiles.length === 0) {
// fail the action as this is a misconfiguration, we shouldn't pass if there are no policies to test
throw new Error(
`could not find any Cedar policies to validate (looked for ${policyFiles})`
`could not find any Cedar policies to validate (looked for ${policyFilePattern})`
)
}

Expand Down