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 1a841f7 commit 855766fCopy full SHA for 855766f
entrypoint.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh -l
2
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
+-F "Path=$INPUT_PATH" \
+-F "SourceMap=@$INPUT_SOURCEMAP;type=application/json" \
+-F "MinifiedJavaScript=@$INPUT_MINIFIEDJAVASCRIPT;type=text/javascript"
0 commit comments