Skip to content

Commit b755fd4

Browse files
committed
feat: update API endpoint configuration to use APICURON_ENDPOINT
1 parent 9f497f5 commit b755fd4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ async function sendToApi(
6464
export async function run(): Promise<void> {
6565
try {
6666
const apiConfig: ApiConfig = {
67-
endpoint: core.getInput('API_ENDPOINT', { required: true }),
67+
endpoint: core.getInput('APICURON_ENDPOINT', { required: true }),
6868
token: core.getInput('APICURON_TOKEN') || ''
6969
}
7070
const reports = processCommits()

0 commit comments

Comments
 (0)