We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016ef56 commit 0330130Copy full SHA for 0330130
entrypoint.sh
@@ -1,7 +1,3 @@
1
#!/bin/sh -l
2
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
+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