From c2729368603884eeb4b444740ca8b28a6511f4d2 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Mon, 5 Feb 2024 19:59:42 +0100 Subject: [PATCH] feat(readme): improve readme for new release --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 764ec44..e300214 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,11 @@ This action imports the repository as an ansible-galaxy role The following parameters can be used as `step.with` keys: -| Name | Type | Default | Required |Description | -| ---------------- | ------ | ------- |--------- |---------------------- | -| `galaxy-api-key` | String | | yes |Ansible Galaxy API-key | +| Name | Type | Default | Required |Description | +| ------------------ | ------ | ------- |--------- |------------------------ | +| `galaxy-api-key` | String | | yes | Ansible Galaxy API-key | +| `repository-owner` | String | | yes | GitHub Repository Owner | +| `repository-name` | String | | yes | GitHub Repository Name | ## Example usage @@ -23,4 +25,6 @@ jobs: uses: ednxzu/action-galaxy-role-import@v1 with: galaxy-api-key: ${{ secrets.galaxy_api_key }} + repository-owner: + repository-name: ``` \ No newline at end of file