From dc9c41c9937ac46c07750bd490958fb3f503f204 Mon Sep 17 00:00:00 2001 From: John Bohannon Date: Wed, 27 Nov 2019 09:04:27 -0500 Subject: [PATCH] Doc: update action name to GitHub Polls Bot Action --- action.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index e4476ee5..62ad809d 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'GitHub Polls Actions Bot' +name: 'GitHub Polls Bot Action' description: 'GitHub Action that automatically creates polls in GitHub issues' branding: icon: 'phone' diff --git a/package.json b/package.json index 0942b7a7..921c506a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gh-polls-bot", - "version": "2.0.1", + "version": "2.0.2", "description": "Automatically create polls in GitHub issues using GitHub Actions.", "author": "John Bohannon", "license": "MIT",