Skip to content

Commit

Permalink
Merge pull request #61 from ergebnis/feature/core
Browse files Browse the repository at this point in the history
Enhancement: Use `core` to obtain input
  • Loading branch information
localheinz authored Jan 24, 2022
2 parents 8beec49 + 0e2c072 commit b57bf83
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 b57bf83

Please sign in to comment.