Skip to content

Commit 855766f

Browse files
committed
Quotes
1 parent 1a841f7 commit 855766f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

entrypoint.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh -l
22

33
curl --location --request POST https://api.elmah.io/v3/sourcemaps/$INPUT_LOGID?api_key=$INPUT_APIKEY \
4-
-F Path=$INPUT_PATH \
5-
-F SourceMap=@$INPUT_SOURCEMAP;type=application/json \
6-
-F MinifiedJavaScript=@$INPUT_MINIFIEDJAVASCRIPT;type=text/javascript
4+
-F "Path=$INPUT_PATH" \
5+
-F "SourceMap=@$INPUT_SOURCEMAP;type=application/json" \
6+
-F "MinifiedJavaScript=@$INPUT_MINIFIEDJAVASCRIPT;type=text/javascript"

0 commit comments

Comments
 (0)