Skip to content

Commit 4e03433

Browse files
committed
Simplified JSON in curl request
1 parent ec5c064 commit 4e03433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/react-tests-dispatcher.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
-d '{
2323
"ref": "github.event.pull_request.base.ref",
2424
"client_parameter": {
25-
"pr_branch": "${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref || github.ref_name }}"
25+
"pr_branch": "${{ github.event.pull_request.base.ref }}"
2626
"pr_id": "${{ github.event.number }}",
2727
}
2828
}'
29-
return $?
29+
exit $?

0 commit comments

Comments
 (0)