You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
token: ${{ secrets.TESTSPACE_TOKEN }} # optional, only required for private repos
15
15
```
16
16
@@ -36,14 +36,14 @@ jobs:
36
36
fetch-depth: 50
37
37
- uses: testspace-com/setup-testspace@v1
38
38
with:
39
-
domain: newco
39
+
domain: ${{github.repository_owner}}
40
40
- name: Push test results
41
41
run: |
42
42
testspace results.xml
43
43
if: always()
44
44
```
45
45
46
-
For more information on pushing Test content refer to the help [Overview on publishing](http://help.testspace.com/docs/publish/getting-started-overview).
46
+
For more information on Publishing test results refer to the help [Overview on publishing](http://help.testspace.com/docs/publish/overview).
47
47
48
48
## Contributing
49
49
Contributions are encouraged following the [Contribution Guide](CONTRIBUTING.md).
0 commit comments