Create fix for Add GitHub Enterprise Server support #42

This commit is contained in:
Justin Hutchings
2024-08-26 21:24:18 +00:00
parent 7303e5e522
commit 8511b070f0
2 changed files with 11 additions and 2 deletions

View File

@@ -21,6 +21,10 @@ inputs:
detectorsFilter:
description: 'A comma separated list with the identifiers of the specific detectors to be used. This is meant to be used for testing purposes only.'
required: false
releaseServerUrl:
description: 'The baseUrl of the release server to use. By default, this is github.com/api/v3, but it can be set to your GitHub Enterprise Server instead.'
required: false
default: 'https://github.com/api/v3'
runs:
using: 'node16'
main: 'dist/index.js'