Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Aug 3, 2024
1 parent 6b021e4 commit c0c615f
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 @@ -52,6 +52,9 @@ dag().call("https://pkg.fluentci.io/helm@v0.1.0?wasm=1", "setup", vec!["latest"]
Github Actions:

```yaml
- name: Remove preinstalled helm
run: |
sudo rm -rf `which helm`
- name: Setup Fluent CI CLI
uses: fluentci-io/setup-fluentci@v5
with:
Expand Down

0 comments on commit c0c615f

Please sign in to comment.