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",