Skip to content

Commit 1a841f7

Browse files
committed
Formatting
1 parent 0330130 commit 1a841f7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

entrypoint.sh

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

3-
curl -X POST -F Path=$INPUT_PATH -F SourceMap=@$INPUT_SOURCEMAP;type=application/json -F MinifiedJavaScript=@$INPUT_MINIFIEDJAVASCRIPT;type=text/javascript https://api.elmah.io/v3/sourcemaps/$INPUT_LOGID?api_key=$INPUT_APIKEY
3+
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

0 commit comments

Comments
 (0)