Skip to content

Commit

Permalink
[fix] use proper action name
Browse files Browse the repository at this point in the history
  • Loading branch information
Gr1N committed Jan 6, 2020
1 parent 05431a6 commit b295eb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b295eb6

Please sign in to comment.