Skip to content

Commit

Permalink
re-order inputs
Browse files Browse the repository at this point in the history
Signed-off-by: Sunny Yip <[email protected]>
  • Loading branch information
sunnyyip committed Jun 10, 2024
1 parent fddada7 commit 506e5e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ steps:

**Required** - Path to directory or specific file to ingest

### `api-addr`

**Required** - Kusari hosted GUAC tenant api endpoint

### `client-id`

**Required** - Client id for auth token provider
Expand All @@ -40,10 +44,6 @@ steps:

**Required** - Client secret for auth token provider

### `api-addr`

**Required** - Kusari hosted GUAC tenant api endpoint

### `token-url`

Url for auth token provider
Expand Down
6 changes: 3 additions & 3 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ inputs:
files:
description: 'Path to directory or specific file to ingest'
required: true
api-addr:
description: 'Kusari hosted GUAC tenant api endpoint'
required: true
client-id:
description: 'Client id for auth token provider'
required: true
client-secret:
description: 'Client secret for auth token provider'
required: true
api-addr:
description: 'Kusari hosted GUAC tenant api endpoint'
required: true
token-url:
description: 'Url for auth token provider'
required: true
Expand Down

0 comments on commit 506e5e3

Please sign in to comment.