Skip to content

Commit

Permalink
Merge pull request #22 from draios/readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
mbovo committed Jun 15, 2022
2 parents fd3d312 + f599ada commit 1674331
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
GitHub Action for handle CI of helm charts in a repo
This is a `composite` action leveraging the code of [draios/action-helm-tools](github.com/draios/action-helm-tools)

**WARNING** You need an explicit checkout before calling this action

## Inputs

## Required
Expand Down Expand Up @@ -40,6 +42,7 @@ jobs:
publish:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- uses: draios/infra-action-helm-ci@v1
with:
chart_dir: k8s/redis
Expand Down

0 comments on commit 1674331

Please sign in to comment.