Skip to content

Commit

Permalink
small updates to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
max-rocket-internet committed Jan 6, 2025
1 parent 826a44f commit 1e4a781
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/helm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Generate Helm repo index.yaml
shell: bash
run: |
helm repo index .
helm repo index --merge .
- name: Update URLs in index.yaml with yq
uses: mikefarah/yq@v4.44.6
with:
Expand All @@ -65,4 +65,5 @@ jobs:
committer_name: GitHub Actions
committer_email: actions@github.com
author_email: actions@github.com
author_name: GitHub Actions
message: "$GITHUB_ACTION is updating index.yaml for $GITHUB_REF"
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ __pycache__
.idea/
*.tmproj
.vscode/

*.tgz

0 comments on commit 1e4a781

Please sign in to comment.