File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 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.
3
3
4
4
## Inputs
5
5
| Variable | Required | Default | Description |
6
6
| -------- | -------- | ------- | ----------- |
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 |
You can’t perform that action at this time.
0 commit comments