Closed anden-dev closed 1 year ago
Hi,
I found that currently https://github.com is hard coded in the code base.
https://github.com
You can add support for GitHub Enterprise with something like this:
module.exports = require("process"); const githubServerUrl = process.env.GITHUB_SERVER_URL || 'https://github.com';
all supported GitHub versions should have this environment variable available https://docs.github.com/en/actions/learn-github-actions/variables
Currently, the links in the CHANGELOG to PRs or version compare, will 404 if you are on GHE.
404
Regards, Andreas
Hi,
I found that currently
https://github.com
is hard coded in the code base.You can add support for GitHub Enterprise with something like this:
all supported GitHub versions should have this environment variable available https://docs.github.com/en/actions/learn-github-actions/variables
Currently, the links in the CHANGELOG to PRs or version compare, will
404
if you are on GHE.Regards, Andreas