Skip to content

Commit

Permalink
Update package-chart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
namioto authored Oct 2, 2024
1 parent 65678fa commit 2ac43b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Commit and Push changes
run: |
git checkout ${{ github.head_ref }}
git checkout ${{ github.event.pull_request.head.ref }}
git add dist/
git add index.yaml
git commit -m "Update Helm chart and index"
Expand Down

0 comments on commit 2ac43b2

Please sign in to comment.