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 bca0194 commit 1c08777Copy full SHA for 1c08777
.github/actions/appinspect_publish/dist/index.js
@@ -9680,9 +9680,9 @@ try {
9680
9681
// Print the response body to the console
9682
const options = {
9683
- hostname: 'example.com',
+ hostname: 'splunkbase.splunk.com',
9684
port: 443,
9685
- path: '/todos',
+ path: '/api/v1/app/${AppID}/new_release/',
9686
method: 'GET',
9687
};
9688
.github/actions/appinspect_publish/index.js
@@ -14,9 +14,9 @@ try {
14
15
16
17
18
19
20
21
22
0 commit comments