diff --git a/action.yml b/action.yml index c9b4c5a..ce41451 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,7 @@ inputs: TOKEN: description: "The GitHub access token to allow us to retrieve, create and update issues (automatically set)" required: false - default: "${{ github.token }}" + default: ${{ github.token }} LABEL: description: "The label that will be used to identify TODO comments (deprecated)" required: false