diff --git a/action.yml b/action.yml index d19381f..d073527 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ # action.yml -name: "TODO-Or-Not" +name: "todoon" description: "Integrates the TODOs in your codebase with your GitHub issues" branding: icon: 'list' @@ -152,4 +152,4 @@ runs: if [[ "$ENABLE_CLOSED_ISSUE_CHECK" = "true" && "${{ env.TODOON_DUPLICATE_CLOSED_ISSUES }}" -gt "${{ inputs.closed_issue_check }}" ]]; then echo "Detected ${{ env.TODOON_DUPLICATE_CLOSED_ISSUES }} duplicate closed issues where we expected ${{ inputs.closed_issue_check }}, failing this workflow!" exit 1 - fi \ No newline at end of file + fi