From b295eb63c9b73271597a828a6473e78d80d8aead Mon Sep 17 00:00:00 2001 From: Nikita Grishko Date: Mon, 6 Jan 2020 15:25:44 +0300 Subject: [PATCH] [fix] use proper action name --- action.yml | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 1ea214f..5410f89 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: Setup Python +name: Setup Poetry description: Set up your GitHub Actions workflow with a specific version of Poetry author: Nikita Grishko inputs: diff --git a/package-lock.json b/package-lock.json index a2ebecd..a3f5feb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "setup-python", + "name": "setup-poetry", "version": "0.0.0", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index 1269e1f..f2ceca6 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "setup-python", + "name": "setup-poetry", "version": "0.0.0", "private": true, "description": "Set up your GitHub Actions workflow with a specific version of Poetry",