Skip to content

Commit 7d2bcbf

Browse files
committed
trunk fmt
1 parent f7a5b55 commit 7d2bcbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ inputs:
1212
required: false
1313
default: "."
1414
test_mode:
15-
description: "Whether to test the Rego by an entire directory (including entire package, e.g. `opa test ./`) or by individual files (e.g. `opa test a_test.rego a.rego`). Options of `directory` or `file`. Default is `directory`."
15+
description: Whether to test the Rego by an entire directory (including entire package, e.g. `opa test ./`) or by individual files (e.g. `opa test a_test.rego a.rego`). Options of `directory` or `file`. Default is `directory`.
1616
required: false
17-
default: "directory"
17+
default: directory
1818
test_file_postfix:
1919
description: 'The postfix to use for test files, only applicable for testing file by file. E.g. notification.rego <> notification_test.rego. Default is "_test".'
2020
required: false

0 commit comments

Comments
 (0)