Skip to content

Commit 7f09ba7

Browse files
committed
update: README to use correct names
1 parent 51b0545 commit 7f09ba7

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
# backend-sdk-testing-action
2-
Composite action to clone `backend-sdk-testing`, run tests, and report them on Github.
1+
# auth-react-testing-action
2+
Composite action to clone `supertokens-auth-react`, run tests, and report them on Github.
33

44
## Inputs
55
| Variable | Required | Default | Description |
66
| -------- | -------- | ------- | ----------- |
7-
| version | true | N/A | The git ref to clone, usually the FDI version |
8-
| path | false | backend-sdk-testing | Relative path where the repo will be cloned
7+
| auth-react-version | true | N/A | The git ref to clone, usually a version tag |
8+
| node-version | true | N/A | The git ref to use for `supertokens-node`, usually a version tag |
9+
| check-name-suffix | true | N/A | Suffix to append to check names (usually matrix values) |
10+
| path | false | supertokens-auth-react | Relative path where the repo will be cloned |
11+
| should-clone | false | true | Whether the `supertokens-auth-react` repo should be cloned |

0 commit comments

Comments
 (0)