Skip to content

Commit

Permalink
Fix action version in README (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: Reinhard Nägele <unguiculus@gmail.com>
  • Loading branch information
JGiola and unguiculus committed Nov 8, 2020
1 parent 565e779 commit c3d308d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -15,7 +15,7 @@ A GitHub action to turn a GitHub project into a self-hosted Helm chart repo, usi

For more information on inputs, see the [API Documentation](https://developer.github.com/v3/repos/releases/#input)

- `version`: The chart-releaser version to use (default: v1.1.1)
- `version`: The chart-releaser version to use (default: v1.1.0)
- `config`: Optional config file for chart-releaser
- `charts_dir`: The charts directory
- `charts_repo_url`: The GitHub Pages URL to the charts repo (default: `https://<owner>.github.io/<project>`)
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
version: v3.4.0

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.1.1
uses: helm/chart-releaser-action@v1.1.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
```
Expand Down

0 comments on commit c3d308d

Please sign in to comment.