Skip to content

Commit

Permalink
Remove unused GITHUB_REPOSITORY context entry
Browse files Browse the repository at this point in the history
  • Loading branch information
James M. Greene authored and James M. Greene committed Feb 16, 2023
1 parent 5a87528 commit 9b64f81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const core = require('@actions/core')
// Load variables from Actions runtime
function getRequiredVars() {
return {
repositoryNwo: process.env.GITHUB_REPOSITORY,
githubToken: core.getInput('token'),
staticSiteGenerator: core.getInput('static_site_generator'),
generatorConfigFile: core.getInput('generator_config_file'),
Expand Down

0 comments on commit 9b64f81

Please sign in to comment.