Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyshaykhullin committed Mar 14, 2021
1 parent 267c3ff commit 2b2a733
Show file tree
Hide file tree
Showing 2 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
Expand Up @@ -58,7 +58,7 @@ inputs:
description: Chart version
path:
required: false
description: Chart path
description: Chart path (Default 'charts/{name}')
registry:
required: true
description: OCI registry
Expand All @@ -76,7 +76,7 @@ inputs:
outputs:
image:
value: ${{ steps.output.outputs.image }}
description: '{registry}/{repository}/{image}:{tag}'
description: Chart image (Default '{registry}/{repository}/{image}:{tag}')
```
## ArgoCD
Expand Down
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ inputs:
description: Chart version
path:
required: false
description: Chart path
description: Chart path (Default 'charts/{name}')
registry:
required: true
description: OCI registry
Expand All @@ -29,7 +29,7 @@ inputs:
outputs:
image:
value: ${{ steps.output.outputs.image }}
description: '{registry}/{repository}/{image}:{tag}'
description: Chart image (Default '{registry}/{repository}/{image}:{tag}')
runs:
using: composite
steps:
Expand Down

0 comments on commit 2b2a733

Please sign in to comment.