Skip to content

Commit

Permalink
checking workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
priyagupta108 committed Dec 12, 2023
1 parent 28ca103 commit 7edfd6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2607,7 +2607,7 @@ function processOutput(staledIssues, closedIssues) {
core.setOutput('closed-issues-prs', JSON.stringify(closedIssues));
});
}
/**
/***
* @description
* From an argument name, get the value as an optional boolean
* This is very useful for all the arguments that override others
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ async function processOutput(
core.setOutput('closed-issues-prs', JSON.stringify(closedIssues));
}

/**
/***
* @description
* From an argument name, get the value as an optional boolean
* This is very useful for all the arguments that override others
Expand Down

0 comments on commit 7edfd6f

Please sign in to comment.