Skip to content

Commit

Permalink
Merge pull request #9 from ImDevinC/fix-chart-release
Browse files Browse the repository at this point in the history
Fix charts_dir input
  • Loading branch information
ImDevinC committed Jan 28, 2024
2 parents 47a5237 + d4690ef commit 9ada634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shared-chart-release.yaml
Expand Up @@ -32,4 +32,4 @@ jobs:
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
chart_dir: ${{ github.event.inputs.chart-dir }}
charts_dir: ${{ github.event.inputs.chart-dir }}

0 comments on commit 9ada634

Please sign in to comment.