Rename test command param from branch to ref
This commit is contained in:
parent
16354377ad
commit
2f62e00e1b
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -106,7 +106,7 @@ jobs:
|
||||||
body: |
|
body: |
|
||||||
Full test suite slash command (repository admin only)
|
Full test suite slash command (repository admin only)
|
||||||
```
|
```
|
||||||
/test repository=${{ github.event.pull_request.head.repo.full_name }} branch=${{ github.event.pull_request.head.ref }} build=true
|
/test repository=${{ github.event.pull_request.head.repo.full_name }} ref=${{ github.event.pull_request.head.ref }} build=true
|
||||||
```
|
```
|
||||||
|
|
||||||
package:
|
package:
|
||||||
|
|
Loading…
Reference in a new issue