Skip to content

Commit

Permalink
feat(jfrog-login): doc jfrog-url inputs (#55)
Browse files Browse the repository at this point in the history
* feat(jfrog-login): add jfrog orange oidc

* feat(jfrog-login): rename input jfrog-url

* feat(jfrog-login): change way for output domain

* feat(jfrog-login): doc jfrog-url inputs
  • Loading branch information
xchalle authored Jan 30, 2025
1 parent 62c6819 commit df8fc50
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions actions/jfrog-login/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ jobs:
id: jfrog-login
uses: LedgerHQ/actions-security/actions/jfrog-login@actions/jfrog-login-1
```
<!-- action-docs-inputs source="action.yml" -->
## Inputs

| name | description |
| --- | --- |
| `jfrog-url` | <p>Base URL of Ledger's JFrog platform to be used for subsequent API/CLI operations. Default `https://jfrog.ledgerlabs.net`</p> |
<!-- action-docs-inputs source="action.yml" -->

<!-- action-docs-outputs source="action.yml" -->
## Outputs
Expand Down

0 comments on commit df8fc50

Please sign in to comment.