Skip to content

Commit

Permalink
change { to (
Browse files Browse the repository at this point in the history
Co-authored-by: basiliskus <541149+basiliskus@users.noreply.github.com>
Co-authored-by: saquino0827 <saquino@flexion.us>
Co-authored-by: Sylvie <sschuresko@flexion.us>
  • Loading branch information
4 people committed Jan 10, 2025
1 parent 6cbe53e commit 456d294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automated-staging-test-submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
for file in $(pwd)/examples/Test/Automated/**/*.hl7; do
echo "Sending $file"
response=${curl \
response=$(curl \
--header "Content-Type: application/hl7-v2" \
--header "Client: $client_id.$client_sender" \
--header "Authorization: Bearer $token" \
Expand Down

0 comments on commit 456d294

Please sign in to comment.