Skip to content

Commit

Permalink
Accidentally a )
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsmida committed May 23, 2024
1 parent 9ee40af commit 6d082c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# Format encoded_file_contents with quotes and commas
formatted_encoded_file_contents="[ $(for elem in "${base64_encoded_files[@]}"; do echo "$elem,"; done) ]"
formatted_encoded_file_contents=$(echo $formatted_encoded_file_contents) | sed 's/,$//')
formatted_encoded_file_contents=$(echo $formatted_encoded_file_contents | sed 's/,$//')
echo curl -L \
-X POST \
Expand Down

0 comments on commit 6d082c7

Please sign in to comment.