roll into right node syntax

This commit is contained in:
yimysty
2022-08-04 17:09:46 -07:00
parent 06d025f427
commit 99f9079292
7 changed files with 15 additions and 14 deletions

View File

@@ -11,6 +11,8 @@ function getRequiredVars() {
buildActor: process.env.GITHUB_ACTOR,
actionsId: process.env.GITHUB_ACTION,
githubToken: core.getInput('token'),
githubApiUrl: process.env.GITHUB_API_URL ?? 'https://api.github.com',
artifactName: core.getInput('artifact_name') ?? 'github-pages'
}
}