We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ecff5 commit cdf14fbCopy full SHA for cdf14fb
index.js
@@ -5,7 +5,7 @@ const unassignInactiveInHours = core.getInput('unassign_inactive_in_hours');
5
const unassignInactiveMessage = core.getInput('unassign_inactive_message');
6
const warningInactiveInHours = core.getInput('warning_inactive_in_hours');
7
const warningInactiveMessage = core.getInput('warning_inactive_message');
8
-const officeHours = core.getInput('offce_hours');
+const officeHours = core.getInput('office_hours');
9
const repoOwner = github.context.repo.owner;
10
const repo = github.context.repo.repo;
11
const octokit = github.getOctokit(token);
0 commit comments