Skip to content

Commit

Permalink
chore: change name of action
Browse files Browse the repository at this point in the history
  • Loading branch information
Enda Phelan committed May 12, 2021
1 parent 0578a95 commit 7e1093e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# install-git-chglog
# openapi-generator-generate-action

This action installs and runs [OpenAPI Generator](https://openapi-generator.tech/).

Expand All @@ -10,7 +10,7 @@ Basic:

```yaml
steps:
- uses: actions/openapi-generator-action@v1
- uses: actions/openapi-generator-action@v0
with:
generator: 'go'
input: petstore.yaml
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'openapi-generator-action'
name: 'openapi-generator-generate-action'
description: 'GitHub Action for OpenAPITools/openapi-generator'
author: 'craicoverflow'
branding:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "openapi-generator-action",
"name": "openapi-generator-generate-action",
"description": "GitHub Action for generating an OpenAPI client using OpenAPI Generator",
"version": "0.1.0",
"main": "lib/main.js",
Expand Down

0 comments on commit 7e1093e

Please sign in to comment.