We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5c064 commit 4e03433Copy full SHA for 4e03433
.github/workflows/react-tests-dispatcher.yml
@@ -22,8 +22,8 @@ jobs:
22
-d '{
23
"ref": "github.event.pull_request.base.ref",
24
"client_parameter": {
25
- "pr_branch": "${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref || github.ref_name }}"
+ "pr_branch": "${{ github.event.pull_request.base.ref }}"
26
"pr_id": "${{ github.event.number }}",
27
}
28
}'
29
- return $?
+ exit $?
0 commit comments