Skip to content

Commit 0330130

Browse files
committed
Formatting
1 parent 016ef56 commit 0330130

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

entrypoint.sh

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

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

0 commit comments

Comments
 (0)