Skip to content

Commit

Permalink
Enhancement: Use core to obtain input
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jan 24, 2022
1 parent 8beec49 commit 0e2c072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/github/add-assignee-to-pull-request/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ runs:
}
const assignees = [
"${{ inputs.assignee }}",
core.getInput("assignee"),
];
try {
Expand Down

0 comments on commit 0e2c072

Please sign in to comment.