Skip to content

Commit eb6e513

Browse files
committed
docs: Update README with new GitHub org.
1 parent 7e79a88 commit eb6e513

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# openapi-python-client-action
2-
The official GitHub Action for [openapi-python-client](https://github.com/triaxtec/openapi-python-client) - generates a modern Python client package from an OpenAPI document
2+
The official GitHub Action for [openapi-python-client](https://github.com/openapi-generators/openapi-python-client) - generates a modern Python client package from an OpenAPI document
33

44
## Inputs
55

@@ -17,7 +17,7 @@ The url of the OpenAPI document. Overrides `openapi-file` - If unspecified the v
1717

1818
### `config-file`
1919

20-
The path (with respect to the current directory/the workspace) to the config.yml to be used with openapi-python-client. Configuaration is not required so if this is unspecified then no configuration will be passed along. See [openapi-python-client's README](https://github.com/triaxtec/openapi-python-client#configuration) for available configuration
20+
The path (with respect to the current directory/the workspace) to the config.yml to be used with openapi-python-client. Configuaration is not required so if this is unspecified then no configuration will be passed along. See [openapi-python-client's README](https://github.com/openapi-generators/openapi-python-client#configuration) for available configuration
2121

2222
## Outputs
2323

@@ -41,7 +41,7 @@ jobs:
4141
# Use the action to generate a client package
4242
# This uses all defaults (latest version, openapi.json in the current workspace, no configuration)
4343
- name: Generate Python Client
44-
uses: triaxtec/openapi-python-client-action@v2
44+
uses: openapi-generators/openapi-python-client-action@v2
4545

4646
# Do something with the generated client (likely publishing it somewhere)
4747
# Here we assume that the info/title in the openapi document was "example-project"

0 commit comments

Comments
 (0)