Skip to content

Commit

Permalink
Fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
karola312 committed May 16, 2024
1 parent 13029dc commit 2f37ed5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/automation-tests-on-repository-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ jobs:
)
gh api /repos/saleor/saleor-cloud-deployments/dispatches \
--input - <<< '{
"event_type": "open-release-pull-request",
"client_payload": {
"project": "CORE",
"environment": "SANDBOX",
"version": "$VERSION"
"details_url_to_test_run": "$DETAILS_URL_TO_TEST_RUN"
"test_status": "$TEST_STATUS"
--input - <<< "{
\"event_type\": \"open-release-pull-request\",
\"client_payload\": {
\"project\": \"CORE\",
\"environment\": \"SANDBOX\",
\"version\": \"$VERSION\"
\"details_url_to_test_run\": \"$DETAILS_URL_TO_TEST_RUN\"
\"test_status\": \"$TEST_STATUS\"
}
}'
}"

0 comments on commit 2f37ed5

Please sign in to comment.