Skip to content

Commit 9e5a8be

Browse files
authored
Update post-to-skills-issue.js
fixed typo on change made to line 54 for testing purposes
1 parent d5450d5 commit 9e5a8be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github-actions/activity-trigger/post-to-skills-issue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ async function postToSkillsIssue({github, context}, activity) {
5252

5353
// Get eventActor's Skills Issue number, nodeId, current statusId (all null if no Skills Issue found)
5454
//const skillsIssueNum = skillsInfo.issueNum;
55-
const skillsIssueNum = _17_
55+
const skillsIssueNum = 17
5656
const skillsIssueNodeId = skillsInfo.issueId;
5757
const skillsStatusId = skillsInfo?.statusId || 'unknown';
5858
const isArchived = skillsInfo?.isArchived || false;

0 commit comments

Comments
 (0)