Add repo settings URL to help users react to error message

This commit is contained in:
James M. Greene
2022-11-17 12:35:08 -06:00
parent af875e2038
commit 3ffff52a9c
4 changed files with 9 additions and 3 deletions
+1
View File
@@ -12,6 +12,7 @@ function getRequiredVars() {
actionsId: process.env.GITHUB_ACTION,
githubToken: core.getInput('token'),
githubApiUrl: process.env.GITHUB_API_URL ?? 'https://api.github.com',
githubServerUrl: process.env.GITHUB_SERVER_URL ?? 'https://github.com',
artifactName: core.getInput('artifact_name') || 'github-pages',
isPreview: core.getInput('preview') === 'true'
}