diff --git a/action.yml b/action.yml index 9bb1da1..dad30b2 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'Pull Request Comment Trigger' +name: 'Pull Request Comment Trigger fork' description: 'Look for a "trigger word" in a pull-request description or comment, so that later steps can know whether or not to run.' inputs: reaction: @@ -18,8 +18,8 @@ outputs: comment_body: description: The comment body. runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' branding: icon: check-circle - color: red \ No newline at end of file + color: red