Hi @qoomon ,
would it be possible to add support for GHES?
It seems like this is already supported by octokit: https://octokitnet.readthedocs.io/en/latest/getting-started/#connect-to-github-enterprise
Currently this fails when running it as-is (no inputs specified) with the following traceback
Error: Not Found - https://docs.github.com/enterprise-server@3.18/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run
HttpError: Not Found - https://docs.github.com/enterprise-server@3.18/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run
at file:///__w/_actions/qoomon/actions--context/9da8657c5537d0363d97ee6ea1eb9586f94dbd19/node_modules/@octokit/request/dist-node/index.js:125:1
at processTicksAndRejections (node:internal/process/task_queues:103:5)
at getCurrentJob (file:///__w/_actions/qoomon/actions--context/9da8657c5537d0363d97ee6ea1eb9586f94dbd19/lib/actions.ts:240:1)
at file:///__w/_actions/qoomon/actions--context/9da8657c5537d0363d97ee6ea1eb9586f94dbd19/index.ts:29:1
Hi @qoomon ,
would it be possible to add support for GHES?
It seems like this is already supported by octokit: https://octokitnet.readthedocs.io/en/latest/getting-started/#connect-to-github-enterprise
Currently this fails when running it as-is (no inputs specified) with the following traceback