Skip to content

Commit

Permalink
fixed request - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ldraney committed Dec 20, 2023
1 parent 0e04e66 commit 27be8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-private-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
workflow_file_name: run-tests.yml
# taking this out because it's probably the cause of malformed request
#ref: ${{ inputs.branch }}
client_payload: {"environment": "${{ inputs.environment }}"}
client_payload: '{"environment": "${{ inputs.environment }}"}'
wait_interval: 10
# may not include these
#propagate_failure: true
Expand Down

0 comments on commit 27be8ba

Please sign in to comment.