Skip to content

Commit cdf14fb

Browse files
authored
Fix typo in office hours assignment
1 parent 25ecff5 commit cdf14fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const unassignInactiveInHours = core.getInput('unassign_inactive_in_hours');
55
const unassignInactiveMessage = core.getInput('unassign_inactive_message');
66
const warningInactiveInHours = core.getInput('warning_inactive_in_hours');
77
const warningInactiveMessage = core.getInput('warning_inactive_message');
8-
const officeHours = core.getInput('offce_hours');
8+
const officeHours = core.getInput('office_hours');
99
const repoOwner = github.context.repo.owner;
1010
const repo = github.context.repo.repo;
1111
const octokit = github.getOctokit(token);

0 commit comments

Comments
 (0)